mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fix warning about a non-literal format string in qemu_driver.c
This commit is contained in:
@@ -10385,7 +10385,7 @@ qemuDomainIsMigratable(virDomainDefPtr def)
|
||||
{
|
||||
if (def->nhostdevs > 0) {
|
||||
qemuReportError(VIR_ERR_OPERATION_INVALID,
|
||||
_("Domain with assigned host devices cannot be migrated"));
|
||||
"%s", _("Domain with assigned host devices cannot be migrated"));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user