mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-04 10:23:02 -05:00
qemu: reword caps-related error
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user