Commit 1638241e authored by Sergei Golubchik's avatar Sergei Golubchik

mtr: fix the debug printout

to print all arguments of _verbose(), not just the number of them
parent ef0d8839
...@@ -628,7 +628,7 @@ sub self2str { ...@@ -628,7 +628,7 @@ sub self2str {
sub _verbose { sub _verbose {
return unless $_verbose; return unless $_verbose;
print STDERR " ## ". @_. "\n"; print STDERR " ## @_\n";
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment