Merge "[NAN] Fix incorrect log message" am: fe0f393116 am: e452d1e317
am: df82082e51
Change-Id: I05e21dca880f481c4795ff7609a1e0185a23fb9f
This commit is contained in:
@@ -725,7 +725,7 @@ public class WifiNanManager {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onConnectFail(int reason) {
|
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);
|
Message msg = mHandler.obtainMessage(CALLBACK_CONNECT_FAIL);
|
||||||
msg.arg1 = reason;
|
msg.arg1 = reason;
|
||||||
|
|||||||
Reference in New Issue
Block a user