From 0c0818cf19818dcd36b9f370fec5e4068b4c9377 Mon Sep 17 00:00:00 2001 From: Manasij Sur Roy Date: Mon, 3 Aug 2015 13:58:15 +0530 Subject: [PATCH] Changed LOGE to dlog_print Change-Id: Ie258f0e262f1d18d092a445f88125322bc9ab571 Signed-off-by: Manasij Sur Roy --- org.tizen.tutorials/html/native/account/oauth2_tutorial_n.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.tizen.tutorials/html/native/account/oauth2_tutorial_n.htm b/org.tizen.tutorials/html/native/account/oauth2_tutorial_n.htm index f550244..5a4400b 100644 --- a/org.tizen.tutorials/html/native/account/oauth2_tutorial_n.htm +++ b/org.tizen.tutorials/html/native/account/oauth2_tutorial_n.htm @@ -308,7 +308,7 @@ request_access_token(void)       ret = oauth2_manager_request_token(mgr, request, token_response_cb, request);       if (ret != OAUTH2_ERROR_NONE)       { -         LOGE("Access Token request failed"); +         dlog_print(DLOG_ERROR, LOG_TAG , "Access Token request failed");       }    } } -- 2.7.4