Merge "[NAN] Fix incorrect log message" am: fe0f393116
am: e452d1e317
Change-Id: Icea741b90b9d45e8cde424d841e73ee3613135d8
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