]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Merge !92: Change NDEBUG to verbose logging
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 12 Dec 2016 11:44:10 +0000 (12:44 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 12 Dec 2016 11:44:10 +0000 (12:44 +0100)
As requested in !90, I have renamed all *_debug_* and *DEBUG* to verbose
(where it made sense), and renamed NLOGDEBUG to NOVERBOSELOG.

The logic is simple - most usually we want to have verbose logging
compiled in and `assert()` not compiled in (`-DNDEBUG`).

1  2 
lib/layer/validate.c

Simple merge