Remove call to &Bleat where not appropriate.
[usenet/newsstats.git] / 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{$_})) {
-      &Bleat(1,sprintf("DROPPED: %s",$_));
+      warn (sprintf("DROPPED: %s\n",$_));
       next;
     }
     # add original newsgroup to %Newsgroups
This page took 0.010524 seconds and 4 git commands to generate.