[libvirt] [PATCH] qemu: fallback to HMP drive_add/drive_del

Jiri Denemark jdenemar at redhat.com
Fri Mar 11 13:39:04 UTC 2011


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




More information about the libvir-list mailing list