mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
improve a debug print
This commit is contained in:
parent
53fe41ef4d
commit
32cc0eacfc
1 changed files with 2 additions and 1 deletions
|
@ -564,7 +564,8 @@ int OctreeSendThread::packetDistributor(OctreeQueryNode* nodeData, bool viewFrus
|
|||
|
||||
if (somethingToSend) {
|
||||
qDebug() << "Hit PPS Limit, packetsSentThisInterval =" << packetsSentThisInterval
|
||||
<< " maxPacketsPerInterval = " << maxPacketsPerInterval;
|
||||
<< " maxPacketsPerInterval = " << maxPacketsPerInterval
|
||||
<< " clientMaxPacketsPerInterval = " << clientMaxPacketsPerInterval;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue