From af2e12d2b4fda54ec028c030c1fe5a87d1950251 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Wed, 11 May 2011 10:43:50 -0700 Subject: One more debug message. Don't use this unless your name is nebadon. --- OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'OpenSim/Server/Handlers/Simulation/AgentHandlers.cs') diff --git a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs index f938e4b..46b511d 100644 --- a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs +++ b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs @@ -466,7 +466,10 @@ namespace OpenSim.Server.Handlers.Simulation inputStream = new GZipStream(request, CompressionMode.Decompress); } else + { + m_log.DebugFormat("[XXX]: Update called with {0}", httpRequest.ContentType); inputStream = request; + } Encoding encoding = Encoding.UTF8; StreamReader reader = new StreamReader(inputStream, encoding); -- cgit v1.1