improve help for grepdbg and watchdbg
[spider.git] / perl / DXChannel.pm
index 29919c7ebcf4eb7df53c97dbe0ebc495d30819cb..8b1792cd148dc0caddb6f5180ef1907d149c7d05 100644 (file)
@@ -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
                                }
                        }
                }