Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed Jan 25, 2024
1 parent a908e17 commit 99e2e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iddawc.c
Original file line number Diff line number Diff line change
Expand Up @@ -4726,7 +4726,7 @@ int i_run_token_request(struct _i_session * i_session) {
if (i_parse_token_response(i_session, (int)response.status, j_response) == I_OK) {
ret = response.status == 200?I_OK:I_ERROR_PARAM;
} else {
y_log_message(Y_LOG_LEVEL_ERROR, "i_run_token_request client_credentials - Error i_parse_token_response ok");
y_log_message(Y_LOG_LEVEL_ERROR, "i_run_token_request client_credentials - Error i_parse_token_response");
ret = I_ERROR_PARAM;
}
} else {
Expand Down

0 comments on commit 99e2e5a

Please sign in to comment.