remove $id$ strings from BPQ changes
[spider.git] / cmd / show / connect.pl
index 77598be4597780e3f87f87dd330373c427d1e0b4..89aef0c94d272f6529bd7cbba2dc69f8a874df2f 100644 (file)
@@ -23,6 +23,8 @@ foreach my $call (sort keys %Msg::conns) {
                $c = "Server";
        } else {
                $addr = "AGW Port ($r->{agwport})" if exists $r->{agwport};
+               $addr = "BPQ Stream ($r->{bpqstream})" if exists $r->{bpqstream};
+
                $addr ||= "$r->{peerhost}/$r->{peerport}";
                $addr ||= "Unknown";
        }