X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fannounce.pl;h=a3ccb5b033d7f98dc8a9044212c40f0c3e38dcdc;hb=e0fa9a04bfb66136a2485246c7ea1ec8f00e00e2;hp=6bad4af39449d256c7c023751e9c803181dc8c8b;hpb=17b961e3ee4a9f2d0ff2cc7f5b0e8546816f9f64;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++; }