__parse_acc_token_response(data, &(mgr_handle->response));
__send_response_to_caller(mgr_handle);
} else {
- OAUTH2_LOG_E("curl error=[%d]", http_code);
+ OAUTH2_LOG_E("curl error=[%ld]", http_code);
__convert_tizen_error_to_oauth_error(http_code, "Network error",
&(mgr_handle->response));
__send_response_to_caller(mgr_handle);
__parse_acc_token_response(data, &(mgr_handle->response));
__send_response_to_caller(mgr_handle);
} else {
- OAUTH2_LOG_E("curl error=[%d]", http_code);
+ OAUTH2_LOG_E("curl error=[%ld]", http_code);
__convert_tizen_error_to_oauth_error(http_code,
"Network error", &(mgr_handle->response));
__send_response_to_caller(mgr_handle);
__parse_acc_token_response(data, &(mgr_handle->response));
__send_response_to_caller(mgr_handle);
} else {
- OAUTH2_LOG_E("curl error=[%d]", http_code);
+ OAUTH2_LOG_E("curl error=[%ld]", http_code);
__convert_tizen_error_to_oauth_error(http_code, "Network error",
&(mgr_handle->response));
__send_response_to_caller(mgr_handle);
__send_response_to_caller(mgr_impl);
} else {
/* TODO __convert_tizen_error_to_oauth_error */
- OAUTH2_LOG_E("curl error=[%d]", http_code);
+ OAUTH2_LOG_E("curl error=[%ld]", http_code);
__convert_tizen_error_to_oauth_error(http_code, "Network error",
&(mgr_impl->response));
__send_response_to_caller(mgr_impl);