mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 09:29:53 +02:00
cleanup spacing
This commit is contained in:
parent
b72dfbd3a4
commit
9aa3d31876
1 changed files with 1 additions and 3 deletions
|
@ -467,9 +467,7 @@ int OctreeSendThread::packetDistributor(Node* node, OctreeQueryNode* nodeData, b
|
||||||
|
|
||||||
|
|
||||||
if (writtenSize > nodeData->getAvailable()) {
|
if (writtenSize > nodeData->getAvailable()) {
|
||||||
if (_myServer->wantsDebugSending() && _myServer->wantsVerboseDebug()) {
|
if (forceDebugging || (_myServer->wantsDebugSending() && _myServer->wantsVerboseDebug())) {
|
||||||
}
|
|
||||||
if (forceDebugging || (_myServer->wantsDebugSending() && _myServer->wantsVerboseDebug())) {
|
|
||||||
qDebug("about to call handlePacketSend() .... line: %d -- "
|
qDebug("about to call handlePacketSend() .... line: %d -- "
|
||||||
"writtenSize[%d] > available[%d] too big, sending packet as is.\n",
|
"writtenSize[%d] > available[%d] too big, sending packet as is.\n",
|
||||||
__LINE__, writtenSize, nodeData->getAvailable());
|
__LINE__, writtenSize, nodeData->getAvailable());
|
||||||
|
|
Loading…
Reference in a new issue