X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=perl%2FDXCron.pm;fp=perl%2FDXCron.pm;h=16d27cddd03f051cad1feaa3dc7e0b37ac008644;hp=d2a109332aa2a89206b72463ba27af618bb25849;hb=28b69e599fe9672c5ec52332d8dd5649b22c6317;hpb=250609cfa6bd2cb43122c67ff8fbb8802ccc61f6 diff --git a/perl/DXCron.pm b/perl/DXCron.pm index d2a10933..16d27cdd 100644 --- a/perl/DXCron.pm +++ b/perl/DXCron.pm @@ -305,7 +305,6 @@ sub spawn_cmd } for (@res) { if (ref $chan) { - dbg("send: $_"); $chan->send($_); } elsif (isdbg('cron')) { dbg("$pkg::spawn_cmd: $_"); @@ -316,6 +315,7 @@ sub spawn_cmd diffms($pkg, "::spawn_cmd", $line, $t0, scalar @res) if isdbg('progress'); } ); + return (); } # do an rcmd to another cluster from the crontab