mirror of
https://github.com/OpenVPN/openvpn.git
synced 2024-11-27 11:43:51 +08:00
Unified success messages for setting mtu
that makes sense. I updated the patch. Christopher Acked-by: Gert Doering <gert@greenie.muc.de> 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 <gert@greenie.muc.de>
This commit is contained in:
parent
5b313a3565
commit
efe01d52e3
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user