Merge pull request #2541 from metalefty/log_time
log: fix syslog glitch after #2386
This commit is contained in:
commit
c463a0e865
@ -1084,7 +1084,7 @@ internal_log_message(const enum logLevels lvl,
|
||||
{
|
||||
/* log to syslog*/
|
||||
/* %s fix compiler warning 'not a string literal' */
|
||||
syslog(internal_log_xrdp2syslog(lvl), "%s", buff + 20);
|
||||
syslog(internal_log_xrdp2syslog(lvl), "%s", buff + 31);
|
||||
}
|
||||
|
||||
if (g_staticLogConfig->enable_console
|
||||
|
Loading…
Reference in New Issue
Block a user