OSDN Git Service

[NAN] Fix incorrect log message [DO NOT MERGE]
authorEtan Cohen <etancohen@google.com>
Thu, 22 Sep 2016 18:00:57 +0000 (11:00 -0700)
committerEtan Cohen <etancohen@google.com>
Mon, 26 Sep 2016 18:51:34 +0000 (18:51 +0000)
Bug: 31678708
Test: integrated (sl4a) test
Change-Id: Ia116ded0d2f41adccebb893072d98ad5ce21bd88

wifi/java/android/net/wifi/nan/WifiNanManager.java

index fd01f94..2cc75a8 100644 (file)
@@ -727,7 +727,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;