Skip to content

Commit d4ed108

Browse files
committed
Time Check: fix a compile time warning
1 parent cc305e5 commit d4ed108

File tree

1 file changed

+1
-1
lines changed
  • src/plugins/output/timecheck/src

1 file changed

+1
-1
lines changed

src/plugins/output/timecheck/src/config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ config_validate(ipx_ctx_t *ctx, const struct instance_config *cfg)
123123
}
124124

125125
if (cfg->dev_past < 300) {
126-
IPX_CTX_WARNING(ctx, "The configuration might cause many false warnings!");
126+
IPX_CTX_WARNING(ctx, "The configuration might cause many false warnings!", '\0');
127127
}
128128

129129
return IPX_OK;

0 commit comments

Comments
 (0)