X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXCommandmode.pm;h=89efeb4b6aba41598f6090fb50b99f05524f0c92;hb=c0de4a893242b38b0f19d739d41edc7557e2c08a;hp=29840c410e4c788359f97cbe26780dce0ce0519d;hpb=3f23d956f43f2fea226b5f58750dc406e39f7581;p=spider.git 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);