From: Stefan Sperling Subject: Re: gotwebd request logging To: Mark Jamsek Cc: gameoftrees@openbsd.org Date: Fri, 6 Dec 2024 08:29:33 +0100 On Fri, Dec 06, 2024 at 04:11:05PM +1100, Mark Jamsek wrote: > Stefan Sperling wrote: > > Make gotwebd log requests at -v verbosity. > > > > ok? > > ok for the change but three lines exceed 80 columns; suggested reflow > annotated inline (although wrapping at the comparison operator always > looks awkward to me so whichever way you like is ok for me :) Ah, indeed, thanks. I've rewrapped all those lines like this before comitting it: if (c->server_name[0] && stravis(&server_name, c->server_name, VIS_SAFE) == -1) {