From: minima Date: Fri, 21 Jul 2006 21:19:36 +0000 (+0000) Subject: fix typo X-Git-Tag: 1.54~97 X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=57a2e501a50d48dcb8915a05b90d0e8e948c999d fix typo --- diff --git a/perl/DXChannel.pm b/perl/DXChannel.pm index c9395e3e..b8824cf4 100644 --- a/perl/DXChannel.pm +++ b/perl/DXChannel.pm @@ -384,7 +384,7 @@ sub send_later for (@lines) { $conn->send_later("$sort$call|$_"); # debug log it, but not if it is a log message - dbg("-> $sort $call $_") if $sort ne 'L' isdbg('chan'); + dbg("-> $sort $call $_") if $sort ne 'L' && isdbg('chan'); } } $self->{t} = time;