add an RBN line to progress

This commit is contained in:
Dirk Koopman 2020-05-28 21:35:34 +01:00
parent 4983170a28
commit edcc29c641

View 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');
}
}