X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXCron.pm;h=0d425c75b2c41b7b4a4ce67784491f42ffa3c6be;hb=d465d6e519b06a33a76f7442c67f8e8d86691111;hp=9a3aac50495b80716f07a67e7efa93ee921ab04d;hpb=6e7d6f8695b2e3de7a7878fd23eb52ea22f0b875;p=spider.git diff --git a/perl/DXCron.pm b/perl/DXCron.pm index 9a3aac50..0d425c75 100644 --- a/perl/DXCron.pm +++ b/perl/DXCron.pm @@ -266,7 +266,7 @@ sub spawn chomp; dbg("DXCron::spawn: $_") if isdbg("cron"); } - diffms("by DXCron::spawn", $line, $t0, scalar @res) if isdbg('chan'); + diffms("by DXCron::spawn", $line, $t0, scalar @res) if isdbg('progress'); } ); } @@ -296,7 +296,7 @@ sub spawn_cmd chomp; dbg("DXCron::spawn_cmd: $_") if isdbg("cron"); } - diffms("by DXCron::spawn_cmd", $line, $t0, scalar @res) if isdbg('chan'); + diffms("by DXCron::spawn_cmd", $line, $t0, scalar @res) if isdbg('progress'); } ); }