Andrew Cooper writes ("[PATCH for-4.6 7/8] libxl/save&restore&convert: Switch 
to new EMULATOR_XENSTORE_DATA records"):
> Read and write "toolstack" information using the new
> EMULATOR_XENSTORE_DATA record, and have the conversion script take care
> of the old format.
...
> +            LOG(ERROR, "Emulator xenstore data record too short to contai\
n header");

Wrap damage.  How about

  +            LOG(ERROR,
  + "Emulator xenstore data record too short to contain header");

or

  +            LOG(ERROR,
  +             "Emulator xenstore data record too short to contain header");

?

> +        rc = libxl__restore_emulator_xenstore_data(

( in wrong place.

But apart from that it looks fine.

Thanks,
Ian.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to