1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Use mtr_verbose instead of "if ($opt_verbose)"

This commit is contained in:
unknown
2007-03-28 10:08:26 +02:00
parent 55883e9628
commit e0f5f280a7

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