X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=perl%2FDXChannel.pm;h=8b1792cd148dc0caddb6f5180ef1907d149c7d05;hp=29919c7ebcf4eb7df53c97dbe0ebc495d30819cb;hb=bac92875e5f1703041986379c9c0d7d3588228ff;hpb=6e3c63cde45923c99f21b312a440e373bc23e679 diff --git a/perl/DXChannel.pm b/perl/DXChannel.pm index 29919c7e..8b1792cd 100644 --- a/perl/DXChannel.pm +++ b/perl/DXChannel.pm @@ -719,7 +719,7 @@ sub process_one if ($sort ne 'D') { if (isdbg('chan')) { if (($self->is_rbn && isdbg('rbnchan')) || !$self->is_rbn) { - dbg("<- $sort $call $line") if isdbg('chan'); + dbg("<- $sort $call $line") if isdbg('chan'); # you may think this is tautology, but it's needed get the correct label on the debug line } } }