[winpr,wlog] fix format string for %fn
This commit is contained in:
parent
ff5f2df3f9
commit
a94e14fb22
@ -260,7 +260,7 @@ BOOL WLog_Layout_GetMessagePrefix(wLog* log, wLogLayout* layout, wLogMessage* me
|
||||
&recurse }, /* function */
|
||||
{ ENTRY("%hr"), ENTRY("%02u"), NULL, (void*)(size_t)localTime.wHour, NULL,
|
||||
&recurse }, /* hours */
|
||||
{ ENTRY("%ln"), ENTRY("%s"), NULL, (void*)(size_t)message->LineNumber, NULL,
|
||||
{ ENTRY("%ln"), ENTRY("%" PRIuz), NULL, (void*)(size_t)message->LineNumber, NULL,
|
||||
&recurse }, /* line number */
|
||||
{ ENTRY("%lv"), ENTRY("%s"), NULL, (void*)WLOG_LEVELS[message->Level], NULL,
|
||||
&recurse }, /* log level */
|
||||
|
Loading…
x
Reference in New Issue
Block a user