Use mtr_verbose instead of "if ($opt_verbose)"

parent 164397e7
...@@ -2798,10 +2798,7 @@ sub initialize_servers () { ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment