Remove useless mtu log

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2018-05-10 19:53:06 +00:00
parent ca71508e5c
commit aeb33342a4

View File

@@ -94,8 +94,6 @@ gt_setup_mtu(struct mud *mud, const char *tun_name)
if (mtu == oldmtu) if (mtu == oldmtu)
return mtu; return mtu;
gt_log("setup MTU to %zu on interface %s\n", mtu, tun_name);
if (iface_set_mtu(tun_name, mtu) == -1) if (iface_set_mtu(tun_name, mtu) == -1)
perror("tun_set_mtu"); perror("tun_set_mtu");