Remove call to &Bleat where not appropriate.
Some warn()ings are used for debugging purposes. Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
314e31aadf
commit
0dc13b3980
|
@ -184,7 +184,7 @@ sub ListNewsgroups {
|
||||||
next if($TLH and !/^$TLH/);
|
next if($TLH and !/^$TLH/);
|
||||||
# don't count invalid newsgroups
|
# don't count invalid newsgroups
|
||||||
if(%ValidGroups and !defined($ValidGroups{$_})) {
|
if(%ValidGroups and !defined($ValidGroups{$_})) {
|
||||||
&Bleat(1,sprintf("DROPPED: %s",$_));
|
warn (sprintf("DROPPED: %s\n",$_));
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
# add original newsgroup to %Newsgroups
|
# add original newsgroup to %Newsgroups
|
||||||
|
|
Loading…
Reference in a new issue