From: Thomas Hochstein Date: Sun, 27 May 2012 13:31:49 +0000 (+0200) Subject: Remove call to &Bleat where not appropriate. X-Git-Tag: 0.01~1^2~7^2~4 X-Git-Url: https://code.th-h.de/?p=usenet%2Fnewsstats.git;a=commitdiff_plain;h=0dc13b3980d2bd4f0611be1bbeab05f1ea42c645 Remove call to &Bleat where not appropriate. Some warn()ings are used for debugging purposes. Signed-off-by: Thomas Hochstein --- diff --git a/NewsStats.pm b/NewsStats.pm index bdfdcf5..f0a4066 100644 --- a/NewsStats.pm +++ b/NewsStats.pm @@ -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