MXS-2005: Use log manager only after initialization
The log manager functions must not be used before it is initialized.
This commit is contained in:
@ -379,6 +379,7 @@ int main(int argc, char **argv)
|
||||
result += test_add_parameter();
|
||||
result += test_required_parameters();
|
||||
result += test_disk_space_threshold();
|
||||
mxs_log_finish();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user