Skip to content

Commit

Permalink
flb_aws_util: print warn if fails to increase max resp buffer
Browse files Browse the repository at this point in the history
Signed-off-by: Rayhan Hossain <[email protected]>
  • Loading branch information
hossain-rayhan committed Sep 3, 2021
1 parent 6b8a457 commit 40e235d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aws/flb_aws_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ struct flb_http_client *request_do(struct flb_aws_client *aws_client,

/* Increase the maximum HTTP response buffer size to fit large responses from AWS services */
if (flb_http_buffer_size(c, FLB_MAX_AWS_RESP_BUFFER_SIZE)) {
flb_error("[aws_http_client] failed to increase max response buffer size");
flb_warn("[aws_http_client] failed to increase max response buffer size");
}

/* Add AWS Fluent Bit user agent */
Expand Down

0 comments on commit 40e235d

Please sign in to comment.