mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
mtr: fix the debug printout
to print all arguments of _verbose(), not just the number of them
This commit is contained in:
@ -628,7 +628,7 @@ sub self2str {
|
|||||||
|
|
||||||
sub _verbose {
|
sub _verbose {
|
||||||
return unless $_verbose;
|
return unless $_verbose;
|
||||||
print STDERR " ## ". @_. "\n";
|
print STDERR " ## @_\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user