Skip to content

Commit

Permalink
Update source/s3_buffer_pool.c
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Graeb <graebm@amazon.com>
  • Loading branch information
DmitriyMusatkin and graebm authored Nov 21, 2023
1 parent 8fd62e4 commit 52ffae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/s3_buffer_pool.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ struct aws_s3_buffer_pool *aws_s3_buffer_pool_new(
if (!(chunk_size == 0 || (chunk_size > (1024) && chunk_size % 1024 == 0))) {
AWS_LOGF_ERROR(
AWS_LS_S3_CLIENT,
"Failed to initialize buffer pool. Chunk size must be either 0 or more than 1 kb and size must be 1 KB "
"Failed to initialize buffer pool. Chunk size must be either 0 or more than 1 KB and size must be 1 KB "
"aligned.");
aws_raise_error(AWS_ERROR_INVALID_ARGUMENT);
return NULL;
Expand Down

0 comments on commit 52ffae7

Please sign in to comment.