
11 Mar
2011
11 Mar
'11
8:39 a.m.
On Fri, Mar 11, 2011 at 09:49:02 +0800, Wen Congyang wrote:
- if (ret == 0) - ret = qemuMonitorJSONCheckError(cmd, reply); + if (qemuMonitorJSONHasError(reply, "CommandNotFound")) { + VIR_DEBUG0(_("drive_add command not found, trying HMP"));
The debug infomation does not need to be translated.
It's no like it doesn't need to be translated. It must not be translated and make syntax-check fails on this. Jirka