projects
/
platform
/
core
/
account
/
liboauth2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8d7ed5
)
Start Logs added in the response for debug
68/274468/1
author
Kamaljeet Chauhan
<kamal.jc@samsung.com>
Thu, 28 Apr 2022 19:47:43 +0000
(
01:17
+0530)
committer
Kamaljeet 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
patch
|
blob
|
history
diff --git
a/src/oauth2_response.c
b/src/oauth2_response.c
index dc029c9c768b25ed6675be11c3969c86ba2ed273..16cee29c0e112a4f62fc67f59c9aeeeb477d322b 100755
(executable)
--- a/
src/oauth2_response.c
+++ b/
src/oauth2_response.c
@@
-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");