From: Dirk Koopman Date: Sat, 11 Jul 2020 17:11:48 +0000 (+0100) Subject: minor debugging change X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=bb4e9b13809a5d4c4971c3286309d12fe0f82047 minor debugging change --- 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"); } }