diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 3a670d9c9d..f152d5ee6f 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -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)