From 6e7d6f8695b2e3de7a7878fd23eb52ea22f0b875 Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Fri, 24 Apr 2020 10:52:22 +0100 Subject: [PATCH] add arguments to CMD progress debug --- perl/DXCommandmode.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.34.1