sign: print Tx stream stats related vars for debug
This commit is contained in:
parent
70cc101b64
commit
4f8ee757b3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user