From: Victor Julien Date: Mon, 13 Jun 2016 10:36:27 +0000 (+0200) Subject: offloading: reduce verbosity X-Git-Tag: suricata-3.1.1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03d46f13691d67494c6923bfd24a688ce1cc428d;p=thirdparty%2Fsuricata.git offloading: reduce verbosity --- diff --git a/src/util-ioctl.c b/src/util-ioctl.c index 4e949686b9..54d2626661 100644 --- a/src/util-ioctl.c +++ b/src/util-ioctl.c @@ -305,7 +305,7 @@ static int GetIfaceOffloadingLinux(const char *dev) } #endif if (ret == 0) { - SCLogInfo("NIC offloading on %s: SG: %s, GRO: %s, LRO: %s, " + SCLogPerf("NIC offloading on %s: SG: %s, GRO: %s, LRO: %s, " "TSO: %s, GSO: %s", dev, sg, gro, lro, tso, gso); } else { SCLogWarning(SC_ERR_NIC_OFFLOADING, "NIC offloading on %s: SG: %s, "