commit 7700ab07d3a97459e8d294f0ee672d7eaed67b85 from: Omar Polo date: Tue Jul 06 10:56:13 2021 UTC fmt commit - 59c7ee13b474c7929914075b01cd3593b1beaca7 commit + 7700ab07d3a97459e8d294f0ee672d7eaed67b85 blob - 7bc6bf1666a8ac347b4709a1cedb114d7981a85d blob + 9d0e2675a689e81a5da8690d6e69a410481aed33 --- log.c +++ log.c @@ -131,7 +131,7 @@ vlog(int priority, struct client *c, if (vasprintf(&fmted, fmt, ap) == -1) fatal("vasprintf: %s", strerror(errno)); - if (c == NULL) + if (c == NULL) ec = asprintf(&s, "internal: %s", fmted); else ec = asprintf(&s, "%s:%s %s", hbuf, sbuf, fmted);