Skip to content

Commit

Permalink
AWS SSE: Correct error language
Browse files Browse the repository at this point in the history
As noted per feedback this code is unrelated to compression

Signed-off-by: Mark Solters <[email protected]>
  • Loading branch information
msolters authored May 2, 2024
1 parent 34a63d5 commit dd168e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aws/flb_aws_sse.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ int flb_aws_sse_get_type(const char *sse_keyword)
++o;
}

flb_error("[aws_compress] unknown sse type: %s", sse_keyword);
flb_error("[aws] unknown sse type: %s", sse_keyword);
return -1;
}

0 comments on commit dd168e0

Please sign in to comment.