Download raw body.
gotd/gotwebd: unify log.c
On 2024/05/20 16:03:34 +0200, Omar Polo <op@omarpolo.com> wrote: > gotd and gotwebd are using one duplicate each of log.c, so move it in > lib/ and use it in both projects. > > This is just a mechanical diff forgot to mention one fairly important thing: gotd prepends the procname to the logs, while gotwebd doesn't. In my diff I'm using gotd' log.c so this will change gotwebd logs a bit: either gotwebd or sockets is always prepended now.
gotd/gotwebd: unify log.c