Skip to content

Commit

Permalink
out_azure_logs_ingestion: adjust error message
Browse files Browse the repository at this point in the history
Signed-off-by: David Korczynski <[email protected]>
  • Loading branch information
DavidKorczynski committed Jul 28, 2023
1 parent c99664c commit 1bcc73a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/out_azure_logs_ingestion/azure_logs_ingestion.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ static int cb_azure_logs_ingestion_init(struct flb_output_instance *ins,
/* Allocate and initialize a context from configuration */
ctx = flb_az_li_ctx_create(ins, config);
if (!ctx) {
flb_plg_error(ins, "configuration failed");
return -1;
}

Expand Down

0 comments on commit 1bcc73a

Please sign in to comment.