MAXSCALE_ macros renames to MXS_
Markus boldly introduced mxs as an abbreviation for Maxscale. MXS_ is less wieldy than MAXSCALE_ for logging macros.
This commit is contained in:
@ -1609,7 +1609,7 @@ int skygw_log_rotate(logfile_id_t id)
|
||||
logfile_t *lf = logmanager_get_logfile(lm, id);
|
||||
CHK_LOGFILE(lf);
|
||||
|
||||
MAXSCALE_NOTICE("Log rotation is called for %s.", lf->lf_full_file_name);
|
||||
MXS_NOTICE("Log rotation is called for %s.", lf->lf_full_file_name);
|
||||
|
||||
logfile_rotate(lf);
|
||||
err = 0;
|
||||
|
Reference in New Issue
Block a user