mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 13:28:09 +02:00
improve a debug print
This commit is contained in:
parent
945a84d24f
commit
53fe41ef4d
1 changed files with 2 additions and 1 deletions
|
@ -563,7 +563,8 @@ int OctreeSendThread::packetDistributor(OctreeQueryNode* nodeData, bool viewFrus
|
||||||
|
|
||||||
|
|
||||||
if (somethingToSend) {
|
if (somethingToSend) {
|
||||||
qDebug() << "Hit PPS Limit";
|
qDebug() << "Hit PPS Limit, packetsSentThisInterval =" << packetsSentThisInterval
|
||||||
|
<< " maxPacketsPerInterval = " << maxPacketsPerInterval;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue