if we are aborting the client loop we should tell someone
parent
d8e33ec914
commit
7203648588
|
@ -572,6 +572,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
LLQueItem nextPacket = m_packetQueue.Dequeue();
|
LLQueItem nextPacket = m_packetQueue.Dequeue();
|
||||||
if (nextPacket == null)
|
if (nextPacket == null)
|
||||||
{
|
{
|
||||||
|
m_log.Error("Got a NULL packet in Client Loop, bailing out of our client loop");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (nextPacket.Incoming)
|
if (nextPacket.Incoming)
|
||||||
|
|
Loading…
Reference in New Issue