提交 0011e917 编写于 作者: J Jiri Denemark

qemu: Fix non-literal format string

上级 e65812d4
......@@ -4185,7 +4185,7 @@ int qemudBuildCommandLine(virConnectPtr conn,
/* should we really error out or just warn in those cases ? */
if (def->os.smbios_mode == VIR_DOMAIN_SMBIOS_HOST) {
if (driver->hostsysinfo == NULL) {
qemuReportError(VIR_ERR_CONFIG_UNSUPPORTED,
qemuReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
_("Host SMBIOS information is not available"));
goto error;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册