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