modified reasonable log message for connectionStateChanged state
authorjihwan.seo <jihwan.seo@samsung.com>
Mon, 4 Apr 2016 03:15:13 +0000 (12:15 +0900)
committerJon A. Cruz <jon@joncruz.org>
Tue, 5 Apr 2016 18:26:34 +0000 (18:26 +0000)
Change-Id: I3bf080c1b002211b2af4f9e03225a01a7e93f248
Signed-off-by: jihwan.seo <jihwan.seo@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/7557
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jon A. Cruz <jon@joncruz.org>
(cherry picked from commit 405827da21e88977ffc3855dec0b546ee33fc0e2)
Reviewed-on: https://gerrit.iotivity.org/gerrit/7599

resource/csdk/connectivity/src/bt_le_adapter/android/caleclient.c

index e215d5b..9623793 100644 (file)
@@ -4130,8 +4130,9 @@ Java_org_iotivity_ca_CaLeClientInterface_caLeGattConnectionStateChangeCallback(J
             }
             else
             {
-                // other reason is expected to running background connection in BT platform.
-                OIC_LOG(INFO, TAG, "Background connection running.. please wait");
+                // other reason except for gatt_success is expected to running
+                // background connection in BT platform.
+                OIC_LOG(INFO, TAG, "unknown state or manual disconnected state");
                 CALEClientUpdateSendCnt(env);
                 return;
             }