From: jihwan.seo Date: Mon, 4 Apr 2016 03:15:13 +0000 (+0900) Subject: modified reasonable log message for connectionStateChanged state X-Git-Tag: 1.2.0+RC1~457 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=01456c896684ee6141edab2725d2794417ab3a11;p=platform%2Fupstream%2Fiotivity.git modified reasonable log message for connectionStateChanged state Change-Id: I3bf080c1b002211b2af4f9e03225a01a7e93f248 Signed-off-by: jihwan.seo Reviewed-on: https://gerrit.iotivity.org/gerrit/7557 Tested-by: jenkins-iotivity Reviewed-by: Jon A. Cruz (cherry picked from commit 405827da21e88977ffc3855dec0b546ee33fc0e2) Reviewed-on: https://gerrit.iotivity.org/gerrit/7599 --- diff --git a/resource/csdk/connectivity/src/bt_le_adapter/android/caleclient.c b/resource/csdk/connectivity/src/bt_le_adapter/android/caleclient.c index e215d5b..9623793 100644 --- a/resource/csdk/connectivity/src/bt_le_adapter/android/caleclient.c +++ b/resource/csdk/connectivity/src/bt_le_adapter/android/caleclient.c @@ -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; }