Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a45610fc authored by Patrick Tjin's avatar Patrick Tjin
Browse files

Modify unexpected mtu debug message to print mtu

Change-Id: Iacc78582c5e3d6b156e8e2eda25e89e0e5be6eda
parent ed0cd0c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2632,7 +2632,7 @@ public class ConnectivityService extends IConnectivityManager.Stub {
       final int mtu = nt.getLinkProperties().getMtu();

       if (mtu < 68 || mtu > 10000) {
           loge("Unexpected mtu value: " + nt);
           loge("Unexpected mtu value: " + mtu + ", " + nt);
           return;
       }