]> xenbits.xensource.com Git - libvirt.git/commit
src: ensure use of g_printf / g_fprintf functions
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 27 Jan 2020 13:58:51 +0000 (13:58 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 4 Feb 2020 14:00:45 +0000 (14:00 +0000)
commit11a79283b851282fc6809902b9b3a4a6f4828f56
tree866926673d2040f75a15c8745b0c530c86ede60e
parentb9103e62e4f001158fae3f68c19e931985512034
src: ensure use of g_printf / g_fprintf functions

The printf/fprintf function impls provided on Windows do
not follow the normal syntax for format specifiers as
the UNIX hosts. Currently we use GNULIB to provide a
portability fix for this. GLib has also imported the
GNULIB impl for this same reason, and thus we can rely
on the g_printf / g_fprintf functions.

This identified a couple of places not explicitly
linking to glib.

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/internal.h
src/locking/Makefile.inc.am