X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=perl%2FDXProt.pm;h=6d20b887407984956129ac06a22656078c6330a7;hb=a00356d8ddf71026bce96389557f8093238e15d0;hp=9493637a87aef29912c66ebb217752b0fd543a02;hpb=abbcfa7500858a2eba4135b0af5db9f3fca8d68e;p=spider.git diff --git a/perl/DXProt.pm b/perl/DXProt.pm index 9493637a..6d20b887 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -1231,6 +1231,7 @@ sub spawn_cmd } my @res = $cmdref->(@$args); +# diffms("by $call 1", $line, $t0, scalar @res) if isdbg('chan'); return @res; }, # $args, @@ -1260,7 +1261,7 @@ sub spawn_cmd $self->send(@res); } } - DXCommandmode::_diffms($call, $line, $t0); + diffms("rcmd from $user on $call", $line, $t0, scalar @res) if isdbg('progress'); }); return @out;