sign: print Tx stream stats related vars for debug

This commit is contained in:
Srivats P 2016-11-27 12:35:33 +05:30
parent 70cc101b64
commit 4f8ee757b3

View File

@ -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)