From ac476de5ed9561bcef5833151891d1d534537bf8 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Thu, 26 Nov 2015 13:03:11 +0100 Subject: [PATCH] json: small improvement to log message wording --- src/output-json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output-json.c b/src/output-json.c index 5cd4263df0..b9c2b886e6 100644 --- a/src/output-json.c +++ b/src/output-json.c @@ -499,7 +499,7 @@ OutputCtx *OutputJsonInitCtx(ConfNode *conf) const char *prefix = ConfNodeLookupChildValue(conf, "prefix"); if (prefix != NULL) { - SCLogInfo("Using prefix '%s' for JSON message", prefix); + SCLogInfo("Using prefix '%s' for JSON messages", prefix); json_ctx->file_ctx->prefix = SCStrdup(prefix); if (json_ctx->file_ctx->prefix == NULL) { -- 2.47.2