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

Commit 0d786340 authored by Etan Cohen's avatar Etan Cohen
Browse files

[NAN] Fix incorrect log message [DO NOT MERGE]

Bug: 31678708
Test: integrated (sl4a) test
Change-Id: Ia116ded0d2f41adccebb893072d98ad5ce21bd88
parent f02ae5e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -727,7 +727,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;