]> xenbits.xensource.com Git - libvirt.git/commit
Add missing "%s" format to const error message in RBD storage driver
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 18 Jul 2012 18:32:24 +0000 (19:32 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 18 Jul 2012 18:33:03 +0000 (19:33 +0100)
commit89e23562c9dbb288a1c63a2949e380eb2cea44fd
treedcc89f0cfbbcc162462f39bdadb536695995ef00
parent1e0bb184a72f3af79cba2d3ece3b10dc8406c987
Add missing "%s" format to const error message in RBD storage driver

When passing a const message string to the error reporting APIs
RBD forgot to use "%s" to avoid GCC format string warnings

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/storage/storage_backend_rbd.c