diff options
Diffstat (limited to 'OpenSim/Server/Handlers/Simulation/AgentHandlers.cs')
-rw-r--r-- | OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs index c62f256..3ace9fb 100644 --- a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs +++ b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs | |||
@@ -112,7 +112,7 @@ namespace OpenSim.Server.Handlers.Simulation | |||
112 | } | 112 | } |
113 | else | 113 | else |
114 | { | 114 | { |
115 | m_log.InfoFormat("[AGENT HANDLER]: method {0} not supported in agent message", method); | 115 | m_log.InfoFormat("[AGENT HANDLER]: method {0} not supported in agent message (caller is {1})", method, Util.GetCallerIP(request)); |
116 | responsedata["int_response_code"] = HttpStatusCode.MethodNotAllowed; | 116 | responsedata["int_response_code"] = HttpStatusCode.MethodNotAllowed; |
117 | responsedata["str_response_string"] = "Method not allowed"; | 117 | responsedata["str_response_string"] = "Method not allowed"; |
118 | 118 | ||
@@ -274,7 +274,7 @@ namespace OpenSim.Server.Handlers.Simulation | |||
274 | m_SimulationService = null; | 274 | m_SimulationService = null; |
275 | } | 275 | } |
276 | 276 | ||
277 | public override byte[] Handle(string path, Stream request, | 277 | protected override byte[] ProcessRequest(string path, Stream request, |
278 | IOSHttpRequest httpRequest, IOSHttpResponse httpResponse) | 278 | IOSHttpRequest httpRequest, IOSHttpResponse httpResponse) |
279 | { | 279 | { |
280 | // m_log.DebugFormat("[SIMULATION]: Stream handler called"); | 280 | // m_log.DebugFormat("[SIMULATION]: Stream handler called"); |
@@ -488,7 +488,7 @@ namespace OpenSim.Server.Handlers.Simulation | |||
488 | m_SimulationService = null; | 488 | m_SimulationService = null; |
489 | } | 489 | } |
490 | 490 | ||
491 | public override byte[] Handle(string path, Stream request, | 491 | protected override byte[] ProcessRequest(string path, Stream request, |
492 | IOSHttpRequest httpRequest, IOSHttpResponse httpResponse) | 492 | IOSHttpRequest httpRequest, IOSHttpResponse httpResponse) |
493 | { | 493 | { |
494 | // m_log.DebugFormat("[SIMULATION]: Stream handler called"); | 494 | // m_log.DebugFormat("[SIMULATION]: Stream handler called"); |