> + 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