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:
@ -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
|
||||
|
Reference in New Issue
Block a user