]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix format string warnings
authorLaine Stump <laine@laine.org>
Tue, 9 Mar 2010 13:32:06 +0000 (14:32 +0100)
committerDaniel Veillard <veillard@redhat.com>
Tue, 9 Mar 2010 13:32:06 +0000 (14:32 +0100)
commit618dc80c2f07e554dda3d94c1addc57966d812e8
tree94d18e6ec04cff8a40b2fa90105b95ae8e8eca0f
parentd3b6fe5f9c55bf609164dda8b15e6aacf169d803
Fix format string warnings

A few more non-literal format strings in error log messages have crept
in. Fix them in the standard way - turn the format string into "%s"
with the original string as the arg.
src/qemu/qemu_conf.c
src/xen/xend_internal.c
src/xen/xm_internal.c