some log can create some confusion.
because these log are not error cases generally.
Change-Id: I8fd932ee5df707d00db4c7f9662f323697476f78
Signed-off-by: jihwan.seo <jihwan.seo@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/15749
Reviewed-by: Phil Coval <philippe.coval@osg.samsung.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Ashok Babu Channa <ashok.channa@samsung.com>
CALEState_t* state = CALEClientGetStateInfo(remoteAddress);
if (NULL == state)
{
- OIC_LOG(ERROR, TAG, "state is null");
+ OIC_LOG(DEBUG, TAG, "state is not updated yet");
oc_mutex_unlock(g_deviceStateListMutex);
return false;
}
{
if (!g_connectedDeviceSet)
{
- OIC_LOG(ERROR, TAG, "g_connectedDeviceSet is null");
+ OIC_LOG(INFO, TAG, "g_connectedDeviceSet is needed for CM. "
+ "please call CAManagerLEClientInitialize");
return;
}