Skip to content

Commit 31260d0

Browse files
committed
out_kinesis_firefose: fix typo
Signed-off-by: Takahiro Yamashita <[email protected]>
1 parent ad6b5de commit 31260d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/out_kinesis_firehose/firehose_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ static int process_api_response(struct flb_firehose *ctx,
741741
(strncmp(response_val.via.str.ptr,
742742
ERR_CODE_SERVICE_UNAVAILABLE, 27) == 0)) {
743743
throughput_exceeded = FLB_TRUE;
744-
flb_plg_error(ctx->ins, "Thoughput limits may have been exceeded, %s",
744+
flb_plg_error(ctx->ins, "Throughput limits may have been exceeded, %s",
745745
ctx->delivery_stream);
746746
}
747747
flb_plg_debug(ctx->ins, "Record %i failed with err_code=%.*s",

0 commit comments

Comments
 (0)