diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 11c6823e846f79c02f657efba9696ce2d4c1c76e..ba68189624364e9208194fdaf9939c16c245d241 100644 --- a/src/qemu/qemu_command.c +++ b/src/qemu/qemu_command.c @@ -10837,7 +10837,8 @@ qemuBuildCommandLine(virConnectPtr conn, } } else { virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s", - _("your QEMU is too old to support pvpanic")); + _("the QEMU binary does not support the " + "panic device")); goto error; } }