that makes sense. I updated the patch.

Christopher
---
 src/openvpn/tun.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/openvpn/tun.c b/src/openvpn/tun.c
index 5567c445..2a2df27f 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);
     }
 }
 
-- 
2.21.0.windows.1



_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to