Add missing translation of error message from QEMU reboot patch

* src/qemu/qemu_process.c: Add missing _(...)
This commit is contained in:
Daniel P. Berrange 2011-06-24 12:20:20 +01:00
parent 7479831311
commit c0cd292933

View File

@ -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;