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:
Ashod Nakashian
2017-01-30 12:39:59 -05:00
committed by Ashod Nakashian
parent 942aedb414
commit c22e69e9e6
2 changed files with 2 additions and 2 deletions

View File

@ -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(),