]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Replace M_DEBUG with D_LOW as the former is too verbose
authorSelva Nair <selva.nair@gmail.com>
Tue, 5 Jun 2018 20:06:10 +0000 (16:06 -0400)
committerGert Doering <gert@greenie.muc.de>
Fri, 8 Jun 2018 14:03:40 +0000 (16:03 +0200)
commit935d17062f68868fe922bbc446476b4de6fa3d45
tree17db9a3e446fd1b56a4839fdd8871694551b7fc7
parent6795a5f3d55f658fc1a28eb9f3b11d1217e3329c
Replace M_DEBUG with D_LOW as the former is too verbose

M_DEBUG only indicates the type of the message and will print even
at verb 0.  Use D_LOW which is M_DEBUG combined with verb = 4 and
a mute level.

Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1528229170-6175-1-git-send-email-selva.nair@gmail.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg16964.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit 68441882e55b8e6c3c55a4078fbfdd76c7ada6bc)
src/openvpn/ssl_openssl.c
src/openvpn/tun.c