Logging to file message update
Logging to file message update
This commit is contained in:
@ -1333,9 +1333,9 @@ static bool logfile_set_enabled(
|
|||||||
CHK_LOGFILE(lf);
|
CHK_LOGFILE(lf);
|
||||||
|
|
||||||
if (val) {
|
if (val) {
|
||||||
logstr = strdup("---\tLogging is enabled\t--");
|
logstr = strdup("---\tLogging to file is enabled\t--");
|
||||||
} else {
|
} else {
|
||||||
logstr = strdup("---\tLogging is disabled\t--");
|
logstr = strdup("---\tLogging to file is disabled\t--");
|
||||||
}
|
}
|
||||||
oldval = lf->lf_enabled;
|
oldval = lf->lf_enabled;
|
||||||
lf->lf_enabled = val;
|
lf->lf_enabled = val;
|
||||||
|
Reference in New Issue
Block a user