mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
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,
|
||||
qemuProcessFakeReboot,
|
||||
vm) < 0) {
|
||||
VIR_ERROR("Failed to create reboot thread, killing domain");
|
||||
VIR_ERROR(_("Failed to create reboot thread, killing domain"));
|
||||
qemuProcessKill(vm);
|
||||
if (virDomainObjUnref(vm) == 0)
|
||||
vm = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user