minor debugging change
authorDirk Koopman <djk@tobit.co.uk>
Sat, 11 Jul 2020 17:11:48 +0000 (18:11 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Sat, 11 Jul 2020 17:11:48 +0000 (18:11 +0100)
perl/DXProtHandle.pm

index b75d70843321984180a2a942cccd179f0f5d7c39..c0711ceee0820cecb59d484971a730c502a763e6 100644 (file)
@@ -1514,7 +1514,7 @@ sub _add_thingy
                                delete $things_del{$call};
                        }
                } else {
-                       dbgprintring(10);
+                       dbgprintring(10) if isdbg('nologchan');
                        dbg("DXProt::add_thingy: Trying to add parent $call to itself $ncall, ignored");
                }
        }