common: suppress log when closing log files

because if xrdp is running 'fork=yes' mode, the log message
'shutting down log subsystem...' is logged everytime when the child
process is exitting. In other words, everytime when clients are
disconnecting.  This is a little bit too vebose.
This commit is contained in:
Koichiro IWAO 2017-11-29 13:14:30 +09:00 committed by metalefty
parent d958d1f018
commit d0c27a2904
1 changed files with 0 additions and 3 deletions

View File

@ -198,9 +198,6 @@ internal_log_end(struct log_config *l_cfg)
return ret;
}
/* closing log file */
log_message(LOG_LEVEL_ALWAYS, "shutting down log subsystem...");
if (-1 != l_cfg->fd)
{
/* closing logfile... */