Port: fix logging with C99 format specifiers on Mingw
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 14 Aug 2017 20:10:20 +0000 (16:10 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 21 Aug 2017 21:02:23 +0000 (17:02 -0400)
commitfc6fdb72c079eb75ec56a110150bd294ab6aef00
tree3549fa715a15ee4cc3939a84c003e2e44e2aec0e
parent67f90ff85934cc89829fec6a766b7124ff949261
Port: fix logging with C99 format specifiers on Mingw

On Mingw when __USE_MINGW_ANSI_STDIO is defined, the printf family of
functions expects C99 format specifiers instead of the MSVC specific
ones. This should be reflected in the logging code to get proper display
of C99 types.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
logging/log.c
This page took 0.028074 seconds and 4 git commands to generate.