From 0dc13b3980d2bd4f0611be1bbeab05f1ea42c645 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Sun, 27 May 2012 15:31:49 +0200 Subject: [PATCH] Remove call to &Bleat where not appropriate. Some warn()ings are used for debugging purposes. Signed-off-by: Thomas Hochstein --- NewsStats.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1