On 07/11/2012 10:30 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" <berrange@xxxxxxxxxx> > > To make it easier to dynamically change the command line ARGV, > switch all storage code over to use virCommandPtr APIs for > running programs > > Signed-off-by: Daniel P. Berrange <berrange@xxxxxxxxxx> > --- > @@ -1623,8 +1617,8 @@ virStorageBackendRunProgNul(virStoragePoolObjPtr pool, > } > > if (feof (fp) < 0) { > - virReportSystemError(errno, > - _("read error on pipe to '%s'"), prog[0]); > + virReportSystemError(errno, "%s", > + _("read error on pipe")); Is it worth s/feof /feof/ while touching this hunk? Other than that, ACK. -- Eric Blake eblake@xxxxxxxxxx +1-919-301-3266 Libvirt virtualization library http://libvirt.org
Attachment:
signature.asc
Description: OpenPGP digital signature
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list