X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXCommandmode.pm;h=74e53b10b1547a9af6cd729903b7397d33d26ea1;hb=6e7d6f8695b2e3de7a7878fd23eb52ea22f0b875;hp=36b3ea3e27220825440d796d40343d8b0692edb5;hpb=58b82cd628319b3e6fa29020627a7a9c5e33d325;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 {