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 06:50:05 +0000 (06:50 +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>
resource/csdk/connectivity/src/bt_le_adapter/android/caleclient.c

index 633d66b..5c1c5a9 100644 (file)
@@ -4221,8 +4221,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;
             }