mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 17:23:29 +02:00
quiet some debug
This commit is contained in:
parent
5333f0eb19
commit
3c7b06f1d2
1 changed files with 2 additions and 2 deletions
|
@ -155,7 +155,7 @@ void OctreeInboundPacketProcessor::processPacket(const SharedNodePointer& sendin
|
||||||
quint64 startLock = usecTimestampNow();
|
quint64 startLock = usecTimestampNow();
|
||||||
_myServer->getOctree()->lockForWrite();
|
_myServer->getOctree()->lockForWrite();
|
||||||
|
|
||||||
qDebug() << "{" << QThread::currentThread() << "} " << "TREE LOCKED FOR EDIT now:" << usecTimestampNow();
|
//qDebug() << "{" << QThread::currentThread() << "} " << "TREE LOCKED FOR EDIT now:" << usecTimestampNow();
|
||||||
|
|
||||||
quint64 startProcess = usecTimestampNow();
|
quint64 startProcess = usecTimestampNow();
|
||||||
int editDataBytesRead = _myServer->getOctree()->processEditPacketData(packetType,
|
int editDataBytesRead = _myServer->getOctree()->processEditPacketData(packetType,
|
||||||
|
@ -168,7 +168,7 @@ void OctreeInboundPacketProcessor::processPacket(const SharedNodePointer& sendin
|
||||||
<< "editDataBytesRead=" << editDataBytesRead;
|
<< "editDataBytesRead=" << editDataBytesRead;
|
||||||
}
|
}
|
||||||
|
|
||||||
qDebug() << "{" << QThread::currentThread() << "} " << "TREE UNLOCKED AFTER EDIT now:" << usecTimestampNow();
|
//qDebug() << "{" << QThread::currentThread() << "} " << "TREE UNLOCKED AFTER EDIT now:" << usecTimestampNow();
|
||||||
_myServer->getOctree()->unlock();
|
_myServer->getOctree()->unlock();
|
||||||
quint64 endProcess = usecTimestampNow();
|
quint64 endProcess = usecTimestampNow();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue