aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 0b90b55..2ca2657 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -11025,10 +11025,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
11025 /// <param name="Pack">OpenMetaverse.packet</param> 11025 /// <param name="Pack">OpenMetaverse.packet</param>
11026 public void ProcessInPacket(Packet Pack) 11026 public void ProcessInPacket(Packet Pack)
11027 { 11027 {
11028// m_log.DebugFormat("[CLIENT]: Packet IN {0}", Pack);
11029
11028 if (!ProcessPacketMethod(Pack)) 11030 if (!ProcessPacketMethod(Pack))
11029 {
11030 m_log.Warn("[CLIENT]: unhandled packet " + Pack); 11031 m_log.Warn("[CLIENT]: unhandled packet " + Pack);
11031 }
11032 11032
11033 PacketPool.Instance.ReturnPacket(Pack); 11033 PacketPool.Instance.ReturnPacket(Pack);
11034 } 11034 }