add more Mojo converted stuff
[spider.git] / perl / DXCommandmode.pm
index ad9baad05832ed2d087ee479f1d9a84a52acb519..68027807da5075edbff3dcc962e3cc3ac22aab79 100644 (file)
@@ -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);