Merge "[NAN] Fix incorrect log message" am: fe0f393116 am: e452d1e317

am: df82082e51

Change-Id: I05e21dca880f481c4795ff7609a1e0185a23fb9f
This commit is contained in:
Etan Cohen
2016-09-26 21:07:34 +00:00
committed by android-build-merger

View File

@@ -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;