]> 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)
committerTomas Krizek <tomas.krizek@nic.cz>
Thu, 29 Jul 2021 09:42:34 +0000 (11:42 +0200)
commit5d7e9f15847efc97e7e52b1016e955a84f387f9c
tree89ee19f1e05343d6fe53136b00a7ab9137f540c1
parentbdf304b5f26a4b5e196ac986e145157141a1533b
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