Skip to content
Permalink
Browse files
mtr: fix the debug printout
to print all arguments of _verbose(), not just the number of them
  • Loading branch information
vuvova committed May 27, 2021
1 parent ef0d883 commit 1638241
Showing 1 changed file with 1 addition and 1 deletion.
@@ -628,7 +628,7 @@ sub self2str {

sub _verbose {
return unless $_verbose;
print STDERR " ## ". @_. "\n";
print STDERR " ## @_\n";
}


0 comments on commit 1638241

Please sign in to comment.