]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
gnutls logging improvements
authorVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 12 Sep 2017 11:45:30 +0000 (13:45 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 12 Sep 2017 11:47:07 +0000 (13:47 +0200)
commit3467ee8178b059af9a18289b94be4550ff5db8a3
tree3448636b537c51ea481632dc95cef9bea73ed550
parentfc1229ce522041539ad8816c0d67438171c7b13f
gnutls logging improvements

- move it to utils.c, so it's sensitive to later changes in verbosity
- don't mark the lines with [tls], as they may come through libdnssec
- use stdout like other verbose messages, instead of stderr (real errors)
daemon/main.c
daemon/tls.c
daemon/tls.h
lib/utils.c