X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXCommandmode.pm;h=74e53b10b1547a9af6cd729903b7397d33d26ea1;hb=4f0fa78eb7cb88eab411bb5630a2f33514a74a20;hp=36b3ea3e27220825440d796d40343d8b0692edb5;hpb=f6abc902d49e13eeca3ff50f84a74f28a3aa3390;p=spider.git diff --git a/perl/DXCommandmode.pm b/perl/DXCommandmode.pm index 36b3ea3e..74e53b10 100644 --- a/perl/DXCommandmode.pm +++ b/perl/DXCommandmode.pm @@ -552,7 +552,7 @@ sub run_cmd return (DXDebug::shortmess($@)) if $@; if (isdbg('progress')) { my $msecs = _diffms($t0); - my $s = "CMD: '$cmd' by $call ip: $self->{hostname} ${msecs}mS"; + my $s = "CMD: '$cmd $args' by $call ip: $self->{hostname} ${msecs}mS"; dbg($s); } } else {