From: Kamaljeet Chauhan Date: Thu, 28 Apr 2022 15:08:07 +0000 (+0530) Subject: Logs added for handle destroy X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_6.5;p=platform%2Fcore%2Faccount%2Fliboauth2.git Logs added for handle destroy Change-Id: Iaeed59b503cf57f2e2c3aba6633703b1993c50b2 Signed-off-by: Kamaljeet Chauhan (cherry picked from commit 44f663d05e6a334176daf7e968a486f26e7622e3) --- diff --git a/src/oauth2_manager.c b/src/oauth2_manager.c index 04c3a2b..92c48b7 100755 --- a/src/oauth2_manager.c +++ b/src/oauth2_manager.c @@ -66,6 +66,7 @@ oauth2_manager_create(oauth2_manager_h *handle) OAUTH2_API int oauth2_manager_destroy(oauth2_manager_h handle) { + OAUTH2_LOG_I("oauth2_manager_destroy"); OAUTH2_RETURN_VAL(__is_feature_supported(), {}, OAUTH2_ERROR_NOT_SUPPORTED, "oauth2 feature not supported");