diff --git a/src/pcap-thread b/src/pcap-thread index ce7ddf46..49efa302 160000 --- a/src/pcap-thread +++ b/src/pcap-thread @@ -1 +1 @@ -Subproject commit ce7ddf46412e4a3e693e72953b6445a13b80e0d3 +Subproject commit 49efa3024fc9321d1ac6185f99b020c693674a69 diff --git a/src/pcap.c b/src/pcap.c index 5539b97f..3d33d55a 100644 --- a/src/pcap.c +++ b/src/pcap.c @@ -1020,9 +1020,6 @@ Pcap_run(void) exit(1); } - /* TODO: Remove before release */ - dsyslogf(LOG_INFO, "Timed run set to %lu.%lu, now %lu.%lu", finish_ts.tv_sec, finish_ts.tv_usec, start_ts.tv_sec, start_ts.tv_usec); - if ((err = pcap_thread_run(&pcap_thread))) { dsyslogf(LOG_ERR, "unable to pcap thread run: %s", pcap_thread_strerr(err)); if (err == PCAP_THREAD_EPCAP) { @@ -1043,13 +1040,6 @@ Pcap_run(void) exit(1); } - /* TODO: Remove before release */ - { - struct timeval now = { 0, 0 }; - gettimeofday(&now, 0); - dsyslogf(LOG_INFO, "Ran to %lu.%lu", now.tv_sec, now.tv_usec); - } - if ((err = pcap_thread_stats(&pcap_thread, _stats, 0))) { dsyslogf(LOG_ERR, "unable to get pcap thread stats: %s", pcap_thread_strerr(err)); if (err == PCAP_THREAD_EPCAP) {