提交 d3fec47f 编写于 作者: L Laine Stump

Fix warning about a non-literal format string in qemu_driver.c

上级 e3e31303
...@@ -10385,7 +10385,7 @@ qemuDomainIsMigratable(virDomainDefPtr def) ...@@ -10385,7 +10385,7 @@ qemuDomainIsMigratable(virDomainDefPtr def)
{ {
if (def->nhostdevs > 0) { if (def->nhostdevs > 0) {
qemuReportError(VIR_ERR_OPERATION_INVALID, qemuReportError(VIR_ERR_OPERATION_INVALID,
_("Domain with assigned host devices cannot be migrated")); "%s", _("Domain with assigned host devices cannot be migrated"));
return false; return false;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册