make the badspotter log slightly more obvious
authorminima <minima>
Thu, 12 Jan 2006 15:56:09 +0000 (15:56 +0000)
committerminima <minima>
Thu, 12 Jan 2006 15:56:09 +0000 (15:56 +0000)
cmd/announce.pl

index e80562225bfa8ad3cbceecd95de0c4881a4903a4..6bad4af39449d256c7c023751e9c803181dc8c8b 100644 (file)
@@ -53,7 +53,7 @@ my $nossid = $from;
 my $drop = 0;
 $nossid =~ s/-\d+$//;
 if ($DXProt::badspotter->in($nossid)) {
-       LogDbg('DXCommand', "bad spotter ($from) announcement: $line");
+       LogDbg('DXCommand', "bad spotter ($from) made announcement: $line");
        $drop++;
 }