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)); -- Shawn. - 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