From: Victor Julien Date: Thu, 26 Nov 2015 12:03:11 +0000 (+0100) Subject: json: small improvement to log message wording X-Git-Tag: suricata-3.0RC2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1765%2Fhead;p=thirdparty%2Fsuricata.git json: small improvement to log message wording --- 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) {