Start Logs added in the response for debug 68/274468/1
authorKamaljeet Chauhan <kamal.jc@samsung.com>
Thu, 28 Apr 2022 19:47:43 +0000 (01:17 +0530)
committerKamaljeet Chauhan <kamal.jc@samsung.com>
Thu, 28 Apr 2022 19:47:43 +0000 (01:17 +0530)
Change-Id: If4092c103807552f1ae692f8cea5852cefb10110
Signed-off-by: Kamaljeet Chauhan <kamal.jc@samsung.com>
src/oauth2_response.c

index dc029c9..16cee29 100755 (executable)
@@ -220,6 +220,7 @@ OAUTH2_API int
 oauth2_response_get_refresh_token(oauth2_response_h handle,
        char **refresh_token)
 {
+       OAUTH2_LOG_I("oauth2_response_get_refresh_token START \n");
        OAUTH2_RETURN_VAL(__is_feature_supported(), {}, OAUTH2_ERROR_NOT_SUPPORTED,
                "oauth2 feature not supported");