mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
qemu: reword caps-related error
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
e8cc973041
commit
4eb8984683
@ -3456,7 +3456,9 @@ static int qemuDumpToFd(virQEMUDriverPtr driver, virDomainObjPtr vm,
|
||||
|
||||
if (ret <= 0) {
|
||||
virReportError(VIR_ERR_INVALID_ARG,
|
||||
_("unsupported dumpformat '%s'"), dumpformat);
|
||||
_("unsupported dumpformat '%s' "
|
||||
"for this QEMU binary"),
|
||||
dumpformat);
|
||||
ret = -1;
|
||||
goto cleanup;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user