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:
Johan Wikman
2015-11-02 10:05:25 +02:00
parent 5805eace2e
commit 112e21d507
2 changed files with 8 additions and 8 deletions

View File

@ -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;