Modify unexpected mtu debug message to print mtu
Change-Id: Iacc78582c5e3d6b156e8e2eda25e89e0e5be6eda
This commit is contained in:
@@ -2632,7 +2632,7 @@ public class ConnectivityService extends IConnectivityManager.Stub {
|
|||||||
final int mtu = nt.getLinkProperties().getMtu();
|
final int mtu = nt.getLinkProperties().getMtu();
|
||||||
|
|
||||||
if (mtu < 68 || mtu > 10000) {
|
if (mtu < 68 || mtu > 10000) {
|
||||||
loge("Unexpected mtu value: " + nt);
|
loge("Unexpected mtu value: " + mtu + ", " + nt);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user