diff --git a/Tethering/src/com/android/networkstack/tethering/Tethering.java b/Tethering/src/com/android/networkstack/tethering/Tethering.java index 1559f3b478..c9428998a0 100644 --- a/Tethering/src/com/android/networkstack/tethering/Tethering.java +++ b/Tethering/src/com/android/networkstack/tethering/Tethering.java @@ -1140,9 +1140,7 @@ public class Tethering { final WifiP2pGroup group = (WifiP2pGroup) intent.getParcelableExtra(WifiP2pManager.EXTRA_WIFI_P2P_GROUP); - if (VDBG) { - Log.d(TAG, "WifiP2pAction: P2pInfo: " + p2pInfo + " Group: " + group); - } + mLog.i("WifiP2pAction: P2pInfo: " + p2pInfo + " Group: " + group); // if no group is formed, bring it down if needed. if (p2pInfo == null || !p2pInfo.groupFormed) {