Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
Signed-off-by: Uri Sternik <[email protected]>
  • Loading branch information
uristernik committed Oct 4, 2024
1 parent 2e6f8ef commit 33d6d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/out_azure_blob/azure_blob.c
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ static int ensure_container(struct flb_azure_blob *ctx)
return FLB_TRUE;
}
else if (status == 403) {
flb_plg_error(ctx->ins, "faied getting container '%s', access denied",
flb_plg_error(ctx->ins, "failed getting container '%s', access denied",
ctx->container_name);
return FLB_FALSE;
}
Expand Down

0 comments on commit 33d6d46

Please sign in to comment.