Add missing translation of error message from QEMU reboot patch
* src/qemu/qemu_process.c: Add missing _(...)
This commit is contained in:
parent
7479831311
commit
c0cd292933
@ -441,7 +441,7 @@ qemuProcessHandleShutdown(qemuMonitorPtr mon ATTRIBUTE_UNUSED,
|
|||||||
false,
|
false,
|
||||||
qemuProcessFakeReboot,
|
qemuProcessFakeReboot,
|
||||||
vm) < 0) {
|
vm) < 0) {
|
||||||
VIR_ERROR("Failed to create reboot thread, killing domain");
|
VIR_ERROR(_("Failed to create reboot thread, killing domain"));
|
||||||
qemuProcessKill(vm);
|
qemuProcessKill(vm);
|
||||||
if (virDomainObjUnref(vm) == 0)
|
if (virDomainObjUnref(vm) == 0)
|
||||||
vm = NULL;
|
vm = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user