Rename some log concepts

The mxs prefix is now uniformly used with all log components.
This commit is contained in:
Johan Wikman
2015-11-26 14:52:10 +02:00
parent 6ab9b4ca67
commit 916ee5ff2a
14 changed files with 89 additions and 89 deletions

View File

@ -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)
{