Remove unnecessary mxs_log_flush_sync calls
The calls were unnecessary in the context where they were made.
This commit is contained in:
@ -109,7 +109,6 @@ int main(int argc, char **argv)
|
||||
rval = EXIT_FAILURE;
|
||||
}
|
||||
|
||||
mxs_log_flush_sync();
|
||||
mxs_log_finish();
|
||||
|
||||
return rval;
|
||||
|
||||
Reference in New Issue
Block a user