]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
QRVERBOSE: fix ignoring the log groups
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 12 Jul 2021 20:00:15 +0000 (22:00 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 12 Jul 2021 20:50:10 +0000 (22:50 +0200)
commitae0b685eb79003cdf2543af74028475c9eb583e3
tree8aca4d345ce3161651555b6fa35e00aae05cbf2c
parent552308256a5c9d3d036d139cba582224dbf63437
QRVERBOSE: fix ignoring the log groups

It would be yet another condition to check; overall I think the
necessary checks would get too complex to be done in a macro
and therefore copied all over the place.

Note: it's interesting that such a change reduces binary size
by about 3% (on master), and I suspect that speed won't suffer at all
(after that TODO is done).
lib/layer.h
lib/log.c