]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
log-pcap: fix log message: unified2 -> pcap
authorJason Ish <jason.ish@oisf.net>
Mon, 24 Feb 2020 16:49:41 +0000 (10:49 -0600)
committerVictor Julien <victor@inliniac.net>
Tue, 25 Feb 2020 06:37:00 +0000 (07:37 +0100)
Likely a result of copy and pasted code.

src/log-pcap.c

index 91dbee3340ccdd73de0d484968cce58683fc5460..7b78951f2c9e29a8bb573e1d9a87de6f9aaa8509 100644 (file)
@@ -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);
             }