[libvirt] [PATCH] qemu: Fix warning about a non-literal format string

7 May
2010
7 May
'10
6:06 p.m.
--- I just pushed this one, as it qualifies as trivial compile fix. src/qemu/qemu_driver.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index 92dc22d..bb1079e 100644 --- a/src/qemu/qemu_driver.c +++ b/src/qemu/qemu_driver.c @@ -7968,7 +7968,7 @@ static int qemudDomainDetachSCSIDiskDevice(struct qemud_driver *driver, } if (!(qemuCmdFlags & QEMUD_CMD_FLAG_DEVICE)) { - qemuReportError(VIR_ERR_OPERATION_FAILED, + qemuReportError(VIR_ERR_OPERATION_FAILED, "%s", _("Underlying qemu does not support SCSI disk removal")); goto cleanup; } -- 1.7.0.4
5608
Age (days ago)
5608
Last active (days ago)
0 comments
1 participants
participants (1)
-
Matthias Bolte