From: Christopher Schenk Date: Tue, 30 Jun 2020 09:54:44 +0000 (+0200) Subject: Unified success messages for setting mtu X-Git-Tag: v2.5_beta1~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efe01d52e36c597484b6fa24c4820b6345d08ae6;p=thirdparty%2Fopenvpn.git Unified success messages for setting mtu that makes sense. I updated the patch. Christopher Acked-by: Gert Doering Message-Id: <20200630095443.7188-1-cschenk@mail.uni-paderborn.de> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20171.html Signed-off-by: Gert Doering --- diff --git a/src/openvpn/tun.c b/src/openvpn/tun.c index 5567c445c..2a2df27fd 100644 --- a/src/openvpn/tun.c +++ b/src/openvpn/tun.c @@ -5525,7 +5525,7 @@ windows_set_mtu(const int iface_index, const short family, } else { - msg(M_INFO, "Successfully set %s mtu on interface %d", family_name, iface_index); + msg(M_INFO, "%s MTU set to %d on interface %d using SetIpInterfaceEntry()", family_name, mtu, iface_index); } }