Merge branch 'develop' of https://github.com/mariadb-corporation/MaxScale into develop
This commit is contained in:
commit
9dfc20d966
@ -1333,9 +1333,9 @@ static bool logfile_set_enabled(
|
||||
CHK_LOGFILE(lf);
|
||||
|
||||
if (val) {
|
||||
logstr = strdup("---\tLogging is enabled\t--");
|
||||
logstr = strdup("---\tLogging to file is enabled\t--");
|
||||
} else {
|
||||
logstr = strdup("---\tLogging is disabled\t--");
|
||||
logstr = strdup("---\tLogging to file is disabled\t--");
|
||||
}
|
||||
oldval = lf->lf_enabled;
|
||||
lf->lf_enabled = val;
|
||||
@ -3146,4 +3146,4 @@ void logmanager_enable_syslog(int val)
|
||||
void logmanager_enable_maxscalelog(int val)
|
||||
{
|
||||
do_maxscalelog = val;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user