pcap-file: output cleanups

pull/8297/head
Victor Julien 3 years ago
parent ef881c942b
commit 181400bfdd

@ -387,12 +387,8 @@ void ReceivePcapFileThreadExitStats(ThreadVars *tv, void *data)
SCLogInfo("1/%" PRIu64 "th of packets have an invalid checksum",
chrate);
}
SCLogNotice(
"Pcap-file module read %" PRIu64 " files, %" PRIu64 " packets, %" PRIu64 " bytes",
ptv->shared.files,
ptv->shared.pkts,
ptv->shared.bytes
);
SCLogNotice("read %" PRIu64 " files, %" PRIu64 " packets, %" PRIu64 " bytes",
ptv->shared.files, ptv->shared.pkts, ptv->shared.bytes);
}
}

Loading…
Cancel
Save