add a debug message on agenthandlers processRequest

This commit is contained in:
UbitUmarov
2020-12-29 04:27:20 +00:00
parent d2fd6d3d0f
commit 5361045641

View File

@@ -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;