Skip to content

Commit

Permalink
out_kinesis_streams: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Takahiro Yamashita <[email protected]>
  • Loading branch information
nokute78 committed Aug 13, 2023
1 parent 31260d0 commit 6fd4a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/out_kinesis_streams/kinesis_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ static int process_api_response(struct flb_kinesis *ctx,
(strncmp(response_val.via.str.ptr,
ERR_CODE_EXCEEDED_THROUGHPUT, 38) == 0)) {
throughput_exceeded = FLB_TRUE;
flb_plg_error(ctx->ins, "Thoughput limits may have been exceeded, %s",
flb_plg_error(ctx->ins, "Throughput limits may have been exceeded, %s",
ctx->stream_name);
}
flb_plg_debug(ctx->ins, "Record %i failed with err_code=%.*s",
Expand Down

0 comments on commit 6fd4a75

Please sign in to comment.