Remove call to &Bleat where not appropriate.
authorThomas Hochstein <thh@inter.net>
Sun, 27 May 2012 13:31:49 +0000 (15:31 +0200)
committerThomas Hochstein <thh@inter.net>
Fri, 12 Oct 2012 22:52:02 +0000 (00:52 +0200)
Some warn()ings are used for debugging purposes.

Signed-off-by: Thomas Hochstein <thh@inter.net>
NewsStats.pm

index bdfdcf5..f0a4066 100644 (file)
@@ -184,7 +184,7 @@ sub ListNewsgroups {
     next if($TLH and !/^$TLH/);
     # don't count invalid newsgroups
     if(%ValidGroups and !defined($ValidGroups{$_})) {
     next if($TLH and !/^$TLH/);
     # don't count invalid newsgroups
     if(%ValidGroups and !defined($ValidGroups{$_})) {
-      &Bleat(1,sprintf("DROPPED: %s",$_));
+      warn (sprintf("DROPPED: %s\n",$_));
       next;
     }
     # add original newsgroup to %Newsgroups
       next;
     }
     # add original newsgroup to %Newsgroups
This page took 0.01166 seconds and 4 git commands to generate.