Hi, On Thu, 8 Mar 2007, Shawn O. Pearce wrote: > Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote: > > if (bundle_fd < 0) > > - return error("Could not write to '%s'", path); > > + return error("Could not create '%s'", path); > > I hate to be a nit, but what about? > > > + return error("Could not create '%s': %s", path, strerror(errno)); ACK - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html