Skip to content

Commit

Permalink
forgot the status code
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Dec 7, 2023
1 parent 96ba559 commit d00c466
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/s3express_credentials_provider.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,9 @@ static void s_on_request_finished(
error_code = AWS_ERROR_S3EXPRESS_CREATE_SESSION_FAILED;
AWS_LOGF_ERROR(
AWS_LS_AUTH_CREDENTIALS_PROVIDER,
"(id=%p): CreateSession call failed with http status: %d, and error response body is: : %.*s",
"(id=%p): CreateSession call failed with http status: %d, and error response body is: %.*s",
(void *)session_creator->provider,
meta_request_result->response_status,
(int)meta_request_result->error_response_body->len,
meta_request_result->error_response_body->buffer);
}
Expand Down

0 comments on commit d00c466

Please sign in to comment.