mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Use mtr_verbose instead of "if ($opt_verbose)"
This commit is contained in:
@ -2798,10 +2798,7 @@ sub initialize_servers () {
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if ($opt_verbose)
|
mtr_verbose("No need to create '$opt_vardir' it already exists");
|
||||||
{
|
|
||||||
mtr_report("No need to create '$opt_vardir' it already exists");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user