Skip to content

Commit dd168e0

Browse files
authored
AWS SSE: Correct error language
As noted per feedback this code is unrelated to compression Signed-off-by: Mark Solters <[email protected]>
1 parent 34a63d5 commit dd168e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aws/flb_aws_sse.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ int flb_aws_sse_get_type(const char *sse_keyword)
6161
++o;
6262
}
6363

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

0 commit comments

Comments
 (0)