From ae782de3b5bd5d5a68c66e8059c0bed6fb156648 Mon Sep 17 00:00:00 2001
From: minima <minima>
Date: Thu, 12 Jan 2006 15:56:09 +0000
Subject: [PATCH] make the badspotter log slightly more obvious

---
 cmd/announce.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/announce.pl b/cmd/announce.pl
index e8056222..6bad4af3 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) announcement: $line");
+	LogDbg('DXCommand', "bad spotter ($from) made announcement: $line");
 	$drop++;
 }
 
-- 
2.43.0