From 11721e1fb9264f618589d8a1d1228a4be3ec3042 Mon Sep 17 00:00:00 2001 From: minima Date: Tue, 16 Jan 2007 00:23:12 +0000 Subject: [PATCH] more debugging --- perl/DXProt.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.34.1