From: Victor Julien Date: Mon, 12 Nov 2018 23:35:46 +0000 (-0800) Subject: eve/dns: improve version warning message X-Git-Tag: suricata-4.1.1~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1803af7aa69b5131a210ab306709865ce8124dab;p=thirdparty%2Fsuricata.git eve/dns: improve version warning message --- diff --git a/src/output-json-dns.c b/src/output-json-dns.c index c963eec73a..c5314e983f 100644 --- a/src/output-json-dns.c +++ b/src/output-json-dns.c @@ -1241,7 +1241,7 @@ static DnsVersion JsonDnsParseVersion(ConfNode *conf) } } else { SCLogWarning(SC_ERR_INVALID_ARGUMENT, - "version not found, forcing it to version %u", + "eve-log dns version not found, forcing it to version %u", DNS_VERSION_DEFAULT); version = DNS_VERSION_DEFAULT; }