X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXCommandmode.pm;fp=perl%2FDXCommandmode.pm;h=ce3c2d1f285202291e3fd8667fadcff62817b05f;hb=2ca690592ea14e2ecd6783feed99ed7a8195162c;hp=0f45213596374b5da4c7f585f3bf730906a413dc;hpb=4037340af55490420d0db458177da08871e20d76;p=spider.git diff --git a/perl/DXCommandmode.pm b/perl/DXCommandmode.pm index 0f452135..ce3c2d1f 100644 --- a/perl/DXCommandmode.pm +++ b/perl/DXCommandmode.pm @@ -1335,7 +1335,7 @@ sub spawn_cmd sub { my $subpro = shift; if (isdbg('progress')) { - my $s = qq{line: "$line"}; + my $s = qq{$call line: "$line"}; $s .= ", args: " . join(', ', map { defined $_ ? qq{'$_'} : q{'undef'} } @$args) if $args && @$args; dbg($s); }