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

Commit 626446e4 authored by Etan Cohen's avatar Etan Cohen Committed by android-build-merger
Browse files

Merge "[NAN] Fix incorrect log message" am: fe0f3931 am: e452d1e3

am: df82082e

Change-Id: I05e21dca880f481c4795ff7609a1e0185a23fb9f
parents 3f69f7b1 df82082e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -725,7 +725,7 @@ public class WifiNanManager {

        @Override
        public void onConnectFail(int reason) {
            if (VDBG) Log.v(TAG, "onConfigFailed: reason=" + reason);
            if (VDBG) Log.v(TAG, "onConnectFail: reason=" + reason);

            Message msg = mHandler.obtainMessage(CALLBACK_CONNECT_FAIL);
            msg.arg1 = reason;