mtr: fix the debug printout
to print all arguments of _verbose(), not just the number of them
This commit is contained in:
parent
ef0d883903
commit
1638241e31
@ -628,7 +628,7 @@ sub self2str {
|
|||||||
|
|
||||||
sub _verbose {
|
sub _verbose {
|
||||||
return unless $_verbose;
|
return unless $_verbose;
|
||||||
print STDERR " ## ". @_. "\n";
|
print STDERR " ## @_\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user