put back some command debugging
[spider.git] / perl / DXCommandmode.pm
index a27d8d3060b842cd1618c4bbc67c583fc041d2bc..be9d652f12aa6c4a06b8eb6eb0d2edde5d0de79d 100644 (file)
@@ -795,7 +795,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);