mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:07:58 +02:00
more logging
This commit is contained in:
parent
1f9e07b828
commit
a26dca73b1
1 changed files with 2 additions and 0 deletions
|
@ -437,6 +437,8 @@ qint64 LimitedNodeList::sendPacketList(std::unique_ptr<NLPacketList> packetList,
|
||||||
qint64 LimitedNodeList::sendPacketList(std::unique_ptr<NLPacketList> packetList, const Node& destinationNode) {
|
qint64 LimitedNodeList::sendPacketList(std::unique_ptr<NLPacketList> packetList, const Node& destinationNode) {
|
||||||
auto activeSocket = destinationNode.getActiveSocket();
|
auto activeSocket = destinationNode.getActiveSocket();
|
||||||
if (activeSocket) {
|
if (activeSocket) {
|
||||||
|
qDebug() << __FUNCTION__ << "activeSocket:" << *activeSocket;
|
||||||
|
|
||||||
// close the last packet in the list
|
// close the last packet in the list
|
||||||
packetList->closeCurrentPacket();
|
packetList->closeCurrentPacket();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue