diff --git a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs index 1e4435ff44..72b59bd7e2 100644 --- a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs +++ b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs @@ -221,6 +221,7 @@ namespace OpenSim.Server.Handlers.Simulation httpResponse.ContentType = "application/json"; if (m_SimulationService == null) { + m_log.Debug("[AGENT HANDLER]: ProcessRequest called with null Simulation Service"); httpResponse.StatusCode = (int)HttpStatusCode.InternalServerError; httpResponse.RawBuffer = Utils.falseStrBytes; return;