From: Daniel P. Berrange Date: Fri, 24 Jun 2011 11:20:20 +0000 (+0100) Subject: Add missing translation of error message from QEMU reboot patch X-Git-Tag: v0.9.3-rc1~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0cd2929332d2448128e6367764879eb6305b36c;p=thirdparty%2Flibvirt.git Add missing translation of error message from QEMU reboot patch * src/qemu/qemu_process.c: Add missing _(...) --- diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c index 2d2037b100..7e2806b3b9 100644 --- a/src/qemu/qemu_process.c +++ b/src/qemu/qemu_process.c @@ -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;