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

Commit a1cd90bc authored by Patrick Tjin's avatar Patrick Tjin Committed by Android (Google) Code Review
Browse files

Merge "Modify unexpected mtu debug message to print mtu"

parents 9baacf02 a45610fc
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;
       }