From: Jason Ish Date: Mon, 24 Feb 2020 16:49:41 +0000 (-0600) Subject: log-pcap: fix log message: unified2 -> pcap X-Git-Tag: suricata-6.0.0-beta1~708 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2d91d9bf52f59b5610d84996d9a380f762f728c;p=thirdparty%2Fsuricata.git log-pcap: fix log message: unified2 -> pcap Likely a result of copy and pasted code. --- diff --git a/src/log-pcap.c b/src/log-pcap.c index 91dbee3340..7b78951f2c 100644 --- a/src/log-pcap.c +++ b/src/log-pcap.c @@ -1235,7 +1235,7 @@ static OutputInitResult PcapLogInitCtx(ConfNode *conf) if (s_limit != NULL) { if (ParseSizeStringU64(s_limit, &pl->size_limit) < 0) { SCLogError(SC_ERR_INVALID_ARGUMENT, - "Failed to initialize unified2 output, invalid limit: %s", + "Failed to initialize pcap output, invalid limit: %s", s_limit); exit(EXIT_FAILURE); }