mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 19:53:30 +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) {
|
||||
auto activeSocket = destinationNode.getActiveSocket();
|
||||
if (activeSocket) {
|
||||
qDebug() << __FUNCTION__ << "activeSocket:" << *activeSocket;
|
||||
|
||||
// close the last packet in the list
|
||||
packetList->closeCurrentPacket();
|
||||
|
||||
|
|
Loading…
Reference in a new issue