Skip to content

Commit

Permalink
in_exec: fix printf-like format and arguments
Browse files Browse the repository at this point in the history
Signed-off-by: Benoît GARNIER <[email protected]>
  • Loading branch information
ChezBunch authored and FireLens Team committed Aug 20, 2024
1 parent be7b387 commit 6cdfe26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/in_exec/in_exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ static int in_exec_config_read(struct flb_exec *ctx,
ctx->interval_nsec = -1;
}

flb_plg_debug(in, "interval_sec=%d interval_nsec=%d oneshot=%i buf_size=%d",
flb_plg_debug(in, "interval_sec=%d interval_nsec=%d oneshot=%i buf_size=%zu",
ctx->interval_sec, ctx->interval_nsec, ctx->oneshot, ctx->buf_size);

return 0;
Expand Down

0 comments on commit 6cdfe26

Please sign in to comment.