mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
add a debug message on agenthandlers processRequest
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user