提交 6778ad0f 编写于 作者: J Jim Meyering

avoid a format-related warning

* src/qemu_driver.c (qemudStartVMDaemon): Use "%s".
上级 dff21147
Tue, 3 Feb 2009 14:06:06 +0100 Jim Meyering <meyering@redhat.com>
avoid a format-related warning
* src/qemu_driver.c (qemudStartVMDaemon): Use "%s".
Tue, 3 Feb 2009 14:06:06 +0100 Jim Meyering <meyering@redhat.com> Tue, 3 Feb 2009 14:06:06 +0100 Jim Meyering <meyering@redhat.com>
build: enable redundant-const check build: enable redundant-const check
......
...@@ -1251,7 +1251,7 @@ static int qemudStartVMDaemon(virConnectPtr conn, ...@@ -1251,7 +1251,7 @@ static int qemudStartVMDaemon(virConnectPtr conn,
qemudLog(QEMUD_WARN, _("Domain %s didn't show up\n"), vm->def->name); qemudLog(QEMUD_WARN, _("Domain %s didn't show up\n"), vm->def->name);
} else { } else {
qemudReportError(conn, NULL, NULL, VIR_ERR_INTERNAL_ERROR, qemudReportError(conn, NULL, NULL, VIR_ERR_INTERNAL_ERROR,
_("Unable to daemonize QEMU process")); "%s", _("Unable to daemonize QEMU process"));
ret = -1; ret = -1;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册