mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +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