add an RBN line to progress newusers
authorDirk Koopman <djk@tobit.co.uk>
Thu, 28 May 2020 20:35:34 +0000 (21:35 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Thu, 28 May 2020 20:35:34 +0000 (21:35 +0100)
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');
        }
 }