From: Dirk Koopman Date: Fri, 24 Apr 2020 10:05:50 +0000 (+0100) Subject: change DXCron subprocess stats to 'progress' X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=d465d6e519b06a33a76f7442c67f8e8d86691111 change DXCron subprocess stats to 'progress' --- 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'); } ); }