mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
if we are aborting the client loop we should tell someone
This commit is contained in:
@@ -572,6 +572,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
LLQueItem nextPacket = m_packetQueue.Dequeue();
|
||||
if (nextPacket == null)
|
||||
{
|
||||
m_log.Error("Got a NULL packet in Client Loop, bailing out of our client loop");
|
||||
break;
|
||||
}
|
||||
if (nextPacket.Incoming)
|
||||
|
||||
Reference in New Issue
Block a user