diff --git a/server/pcaptxthread.cpp b/server/pcaptxthread.cpp index d13532a..cab98e0 100644 --- a/server/pcaptxthread.cpp +++ b/server/pcaptxthread.cpp @@ -453,6 +453,10 @@ void PcapTxThread::updateStreamStats() int c = pkts/packetListSize_; int d = pkts%packetListSize_; + qDebug("%s:", __FUNCTION__); + qDebug("txPkts = %" PRIu64, pkts); + qDebug("c = %d, d = %d\n", c, d); + int i; if (!c)