From edcc29c641eeb483d47d93a488e3a8206d55d900 Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Thu, 28 May 2020 21:35:34 +0100 Subject: [PATCH] add an RBN line to progress --- perl/RBN.pm | 1 + 1 file changed, 1 insertion(+) 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'); } } -- 2.34.1