Rename some log concepts
The mxs prefix is now uniformly used with all log components.
This commit is contained in:
@ -12,7 +12,7 @@ void init_test_env(char *path)
|
||||
|
||||
const char* logdir = path ? path : TEST_LOG_DIR;
|
||||
|
||||
mxs_log_init(NULL, logdir, LOG_TARGET_DEFAULT);
|
||||
mxs_log_init(NULL, logdir, MXS_LOG_TARGET_DEFAULT);
|
||||
poll_init();
|
||||
hkinit();
|
||||
}
|
||||
|
Reference in New Issue
Block a user