Merge "[NAN] Fix incorrect log message" am: fe0f393116 am: e452d1e317 am: df82082e51
am: 626446e464
Change-Id: I926cc3f841d426f3918fb963c22e5c7ec7cebb58
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user