From: minima Date: Sat, 7 Jan 2006 19:28:31 +0000 (+0000) Subject: small change to LogDbg X-Git-Tag: 1.54~170 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=c0de4a893242b38b0f19d739d41edc7557e2c08a small change to LogDbg --- diff --git a/perl/DXCommandmode.pm b/perl/DXCommandmode.pm index 29840c41..89efeb4b 100644 --- a/perl/DXCommandmode.pm +++ b/perl/DXCommandmode.pm @@ -297,7 +297,7 @@ sub normal my @bad; if (@bad = BadWords::check($l)) { $self->badcount(($self->badcount||0) + @bad); - Log('DXCommand', "$self->{call} swore: $l"); + LogDbg('DXCommand', "$self->{call} swore: $l with words:" . join(',', @bad) . ")"); } else { for (@{$self->{talklist}}) { $self->send_talks($_, $l);