mirror of
https://github.com/LibreOffice/online.git
synced 2025-08-16 17:42:05 +00:00
wsd: correct logging of thread ID in log entries
Change-Id: I10aaeeea8df2757362482a405b7525542d150178 Reviewed-on: https://gerrit.libreoffice.org/33857 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com>
This commit is contained in:

committed by
Ashod Nakashian

parent
942aedb414
commit
c22e69e9e6
@ -84,7 +84,7 @@ namespace Log
|
||||
}
|
||||
|
||||
Poco::DateTime time;
|
||||
snprintf(buffer, 1023, "%s-%.04lu %.2u:%.2u:%.2u.%.6u [ %s ] %s ",
|
||||
snprintf(buffer, 1023, "%s-%.05lu %.2u:%.2u:%.2u.%.6u [ %s ] %s ",
|
||||
(Source.inited ? Source.id.c_str() : "<shutdown>"),
|
||||
osTid,
|
||||
time.hour(), time.minute(), time.second(),
|
||||
|
Reference in New Issue
Block a user