From: minima Date: Tue, 16 Jan 2007 00:23:12 +0000 (+0000) Subject: more debugging X-Git-Tag: 1.54~32 X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=11721e1fb9264f618589d8a1d1228a4be3ec3042 more debugging --- diff --git a/perl/DXProt.pm b/perl/DXProt.pm index 3407e9bc..4ea652af 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -817,7 +817,7 @@ sub gen_pc92_update } } - dbg('ROUTE: DXProt::gen_pc92_update end') if isdbg('route'); + dbg('ROUTE: DXProt::gen_pc92_update end with ' . scalar @lines . ' lines') if isdbg('route'); return @lines; }