X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fannounce.pl;h=a3ccb5b033d7f98dc8a9044212c40f0c3e38dcdc;hb=9cc26cc7a73efb7679d3e8e819ba0019307f8607;hp=6bad4af39449d256c7c023751e9c803181dc8c8b;hpb=20efba5d5f656113144785e0ef84296e6d2c2e69;p=spider.git diff --git a/cmd/announce.pl b/cmd/announce.pl index 6bad4af3..a3ccb5b0 100644 --- a/cmd/announce.pl +++ b/cmd/announce.pl @@ -53,7 +53,7 @@ my $nossid = $from; my $drop = 0; $nossid =~ s/-\d+$//; if ($DXProt::badspotter->in($nossid)) { - LogDbg('DXCommand', "bad spotter ($from) made announcement: $line"); + LogDbg('DXCommand', "bad spotter ($self->{call}) made announcement: $line"); $drop++; }