add an RBN line to progress
[spider.git] / perl / RBN.pm
index 9687b18f6f2741ac15931eae6a0fda7e36b5b91e..a377d2c7818d22fcd7b113992725712758d9025a 100644 (file)
@@ -273,6 +273,7 @@ sub send_dx_spot
                ++$want unless $want;   # send everything if nothing is selected.
 
                $dxchan->send($line) if $want;
+               dbg("RBN: $line") if isdbg('progress');
        }
 }