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 19:14:26 +0000 (15:14 -0400)
commit994e8fa324cfb0d2eda1e087f9c84de0beba5572
tree0fb9046c014cfe9827787b784f705d31afa0687f
parent62df685c827276048cdf82ea288351a7aa040c8e
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.024298 seconds and 4 git commands to generate.