modified reasonable log message for connectionStateChanged state
[platform/upstream/iotivity.git] / 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;
             }