From 72036485888ed8f8c97eca713b80c4a5cf4a8b08 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 7 May 2008 18:05:18 +0000 Subject: [PATCH] if we are aborting the client loop we should tell someone --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 + 1 file changed, 1 insertion(+) 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)