From: Dirk Koopman Date: Thu, 28 May 2020 20:35:34 +0000 (+0100) Subject: add an RBN line to progress X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=refs%2Fheads%2Fnewusers add an RBN line to progress --- diff --git a/perl/RBN.pm b/perl/RBN.pm index 9687b18f..a377d2c7 100644 --- a/perl/RBN.pm +++ b/perl/RBN.pm @@ -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'); } }