Logs added for handle destroy 89/280389/1 tizen_6.5
authorKamaljeet Chauhan <kamal.jc@samsung.com>
Thu, 28 Apr 2022 15:08:07 +0000 (20:38 +0530)
committerAbhimanyu Swami <abhimanyu1.s@samsung.com>
Mon, 29 Aug 2022 10:14:53 +0000 (10:14 +0000)
Change-Id: Iaeed59b503cf57f2e2c3aba6633703b1993c50b2
Signed-off-by: Kamaljeet Chauhan <kamal.jc@samsung.com>
(cherry picked from commit 44f663d05e6a334176daf7e968a486f26e7622e3)

src/oauth2_manager.c

index 04c3a2b4a6611f9f57f0370151c8d4c412d059ce..92c48b72aa9cce13cc031fc5d8816491ecd83c44 100755 (executable)
@@ -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");