Merge "[NAN] Fix incorrect log message"

am: fe0f393116

Change-Id: Ibfc65886bca7dbddf456cfe494b8ee5d3ea74295
This commit is contained in:
Etan Cohen
2016-09-26 20:58:07 +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;