Skip to content

Commit

Permalink
aws_credentials: fix typo in flb_standard_chain_provider_create
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Pettit <wppttt@amazon.com>
  • Loading branch information
PettitWesley authored and edsiper committed Jul 6, 2020
1 parent 12ee26c commit df19684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aws/flb_aws_credentials.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ struct flb_aws_provider *flb_standard_chain_provider_create(struct flb_config
return NULL;
}
mk_list_add(&sub_provider->_head, &implementation->sub_providers);
flb_debug("[aws_credentials] Initialized Env Provider in standard chain");
flb_debug("[aws_credentials] Initialized EC2 Provider in standard chain");

sub_provider = flb_ecs_provider_create(config, generator);
if (sub_provider) {
Expand Down

0 comments on commit df19684

Please sign in to comment.