From: minima Date: Fri, 21 Jul 2006 21:19:36 +0000 (+0000) Subject: fix typo X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=e41ce6fd63f22883bbc40adec70298b488d28939;p=spider.git 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;