
10 Mar
2011
10 Mar
'11
9:43 p.m.
+ if (qemuMonitorJSONHasError(reply, "CommandNotFound")) { + VIR_DEBUG0(_("drive_add command not found, trying HMP"));
The debug infomation does not need to be translated.
<...>
+ if (qemuMonitorJSONHasError(reply, "CommandNotFound")) { + VIR_DEBUG0(_("drive_del command not found, trying HMP"));
the same as the above.
You're right. trivial to fix so I won't send a v2. -- Thanks, Hu Tao