[NAN] Fix incorrect log message [DO NOT MERGE]
Bug: 31678708 Test: integrated (sl4a) test Change-Id: Ia116ded0d2f41adccebb893072d98ad5ce21bd88
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user