X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXCommandmode.pm;h=68027807da5075edbff3dcc962e3cc3ac22aab79;hb=61e7e8734559481ea454bb3facca88139e51addd;hp=ad9baad05832ed2d087ee479f1d9a84a52acb519;hpb=9fc2ec17088fbff22e825133a4b9b3efe5384df3;p=spider.git diff --git a/perl/DXCommandmode.pm b/perl/DXCommandmode.pm index ad9baad0..68027807 100644 --- a/perl/DXCommandmode.pm +++ b/perl/DXCommandmode.pm @@ -793,7 +793,7 @@ sub find_cmd_name { #we have compiled this subroutine already, #it has not been updated on disk, nothing left to do #print STDERR "already compiled $package->handler\n"; - ; + dbg("find_cmd_name: $package cached") if isdbg('command'); } else { my $sub = readfilestr($filename);