We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc305e5 commit d4ed108Copy full SHA for d4ed108
src/plugins/output/timecheck/src/config.c
@@ -123,7 +123,7 @@ config_validate(ipx_ctx_t *ctx, const struct instance_config *cfg)
123
}
124
125
if (cfg->dev_past < 300) {
126
- IPX_CTX_WARNING(ctx, "The configuration might cause many false warnings!");
+ IPX_CTX_WARNING(ctx, "The configuration might cause many false warnings!", '\0');
127
128
129
return IPX_OK;
0 commit comments