]> git.ipfire.org Git - thirdparty/openvpn.git/commit
polarssl: actually use polarssl debug logging
authorSteffan Karger <steffan@karger.me>
Wed, 6 Jan 2016 20:59:03 +0000 (21:59 +0100)
committerGert Doering <gert@greenie.muc.de>
Thu, 7 Jan 2016 08:46:17 +0000 (09:46 +0100)
commitaa416be9500441313c703ad7cb848c289378bbd3
treee153f8a11b4e611dd8b60aa1cd62f674913bb6c0
parent67b3de98e3b5327a9330b499d6cff179624b8ec2
polarssl: actually use polarssl debug logging

We had the machinery in place, but did not actually use it because nothing
will be logged untill the debug threshold is increased.

This commit makes --verb 8 result is level 2 polar logging (which is
verbose, and --verb 9 result in level 3 polar logging (which is very
verbose).  There are higher levels, but those are extremely verbose.

Signed-off-by: Steffan Karger <steffan@karger.me>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1452113943-30684-1-git-send-email-steffan@karger.me>
URL: http://article.gmane.org/gmane.network.openvpn.devel/10945
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/ssl_polarssl.c