---
src/qemu/qemu_command.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c
index d8ce511..f39442b 100644
--- a/src/qemu/qemu_command.c
+++ b/src/qemu/qemu_command.c
@@ -10840,7 +10840,7 @@ qemuBuildCommandLine(virConnectPtr conn,
}
} else {
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
- _("your QEMU is too old to support pvpanic"));
+ _("QEMU does not support the panic device"));
goto error;
}
}
--
2.1.0