slight improvement in dxcommandmode
authorDirk Koopman <djk@tobit.co.uk>
Thu, 19 Feb 2015 22:16:36 +0000 (22:16 +0000)
committerDirk Koopman <djk@tobit.co.uk>
Thu, 19 Feb 2015 22:16:36 +0000 (22:16 +0000)
perl/DXCommandmode.pm

index e86abd1a4f76c3f35a7150b7a0a72550e7d4a658..aef8d84c9bc048cc526bbfb9ffd4a2e05e98fc80 100644 (file)
@@ -1092,7 +1092,7 @@ sub broadcast_debug
 {
        my $s = shift;                          # the line to be rebroadcast
        
-       foreach my $dxchan (DXChannel::get_all) {
+       foreach my $dxchan (DXChannel::get_all_users) {
                next unless $dxchan->{enhanced} && $dxchan->{senddbg};
                if ($dxchan->{gtk}) {
                        $dxchan->send_later('L', dd(['db', $s]));