From bb4e9b13809a5d4c4971c3286309d12fe0f82047 Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Sat, 11 Jul 2020 18:11:48 +0100 Subject: [PATCH] minor debugging change --- perl/DXProtHandle.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/DXProtHandle.pm b/perl/DXProtHandle.pm index b75d7084..c0711cee 100644 --- a/perl/DXProtHandle.pm +++ b/perl/DXProtHandle.pm @@ -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"); } } -- 2.34.1