Rename some log concepts
The mxs prefix is now uniformly used with all log components.
This commit is contained in:
@ -77,7 +77,7 @@ int main(int argc, char** argv)
|
||||
iterations = atoi(argv[1]);
|
||||
interval = atoi(argv[2]);
|
||||
|
||||
succp = mxs_log_init(NULL, tmp, LOG_TARGET_FS);
|
||||
succp = mxs_log_init(NULL, tmp, MXS_LOG_TARGET_FS);
|
||||
|
||||
if (!succp)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user