mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
qemu: Fix non-literal format string
This commit is contained in:
parent
e65812d479
commit
0011e91770
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user