Skip to content

Commit 1638241

Browse files
committed
mtr: fix the debug printout
to print all arguments of _verbose(), not just the number of them
1 parent ef0d883 commit 1638241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/lib/My/SafeProcess.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ sub self2str {
628628

629629
sub _verbose {
630630
return unless $_verbose;
631-
print STDERR " ## ". @_. "\n";
631+
print STDERR " ## @_\n";
632632
}
633633

634634

0 commit comments

Comments
 (0)