1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

mtr: fix the debug printout

to print all arguments of _verbose(), not just the number of them
This commit is contained in:
Sergei Golubchik
2021-05-27 12:06:21 +02:00
parent ef0d883903
commit 1638241e31

View File

@ -628,7 +628,7 @@ sub self2str {
sub _verbose {
return unless $_verbose;
print STDERR " ## ". @_. "\n";
print STDERR " ## @_\n";
}