On 25 Aug 2016, at 20:12, Stefan Beller <sbeller@xxxxxxxxxx> wrote: >> +int packet_write_fmt_gently(int fd, const char *fmt, ...) >> +{ >> + static struct strbuf buf = STRBUF_INIT; >> + va_list args; >> + >> + strbuf_reset(&buf); >> + va_start(args, fmt); >> + format_packet(&buf, fmt, args); > > format_packet also takes care of tracing the contents, > which was a bit unexpected to me. To me, too :) http://public-inbox.org/git/20160810143321.q7mjirgr5ynml5ff@xxxxxxxxxxxxxxxxxxxxx/ The series is already pretty large and therefore I decided to leave this as-is. > Do we also want to trace failure? You mean in all new *_gently() functions? Good idea! Thanks, Lars-- 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