1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Use mtr_verbose instead of "if ($opt_verbose)"

This commit is contained in:
msvensson@pilot.blaudden
2007-03-28 10:08:26 +02:00
parent 164397e71f
commit a1a664ebf7

View File

@ -2798,10 +2798,7 @@ sub initialize_servers () {
}
else
{
if ($opt_verbose)
{
mtr_report("No need to create '$opt_vardir' it already exists");
}
mtr_verbose("No need to create '$opt_vardir' it already exists");
}
}
else