pcap-file: output cleanups

pull/8297/head
Victor Julien 4 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", SCLogInfo("1/%" PRIu64 "th of packets have an invalid checksum",
chrate); chrate);
} }
SCLogNotice( SCLogNotice("read %" PRIu64 " files, %" PRIu64 " packets, %" PRIu64 " bytes",
"Pcap-file module read %" PRIu64 " files, %" PRIu64 " packets, %" PRIu64 " bytes", ptv->shared.files, ptv->shared.pkts, ptv->shared.bytes);
ptv->shared.files,
ptv->shared.pkts,
ptv->shared.bytes
);
} }
} }

Loading…
Cancel
Save