X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXCommandmode.pm;h=9d9f60b45e90b199fda5f5c4246d064d8ef1e412;hb=b8506d89844cb4c835e1964c09ca8692bee9c22d;hp=18c5807b28085d91d26b281a1ba0813bdf8c1778;hpb=102b51ca564ef29e7f84d2cf65d0eaa5fdab671a;p=spider.git diff --git a/perl/DXCommandmode.pm b/perl/DXCommandmode.pm index 18c5807b..9d9f60b4 100644 --- a/perl/DXCommandmode.pm +++ b/perl/DXCommandmode.pm @@ -553,7 +553,7 @@ sub run_cmd if (isdbg('progress')) { my $msecs = _diffms($t0); my $s = "CMD: '$cmd $args' by $call ip: $self->{hostname} ${msecs}mS"; - dbg($s) if $cmd =~/(?:echo|blank)/ || isdbg('echo'); # cut down a bit on HRD and other clients' noise + dbg($s) if $cmd !~ /^(?:echo|blank)/ || isdbg('echo'); # cut down a bit on HRD and other clients' noise } } else { dbg("cmd: $package not present") if isdbg('command');