aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Server/Handlers/Simulation/AgentHandlers.cs')
-rw-r--r--OpenSim/Server/Handlers/Simulation/AgentHandlers.cs7
1 files changed, 3 insertions, 4 deletions
diff --git a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs
index 9935e3c..78b09cd 100644
--- a/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs
+++ b/OpenSim/Server/Handlers/Simulation/AgentHandlers.cs
@@ -243,14 +243,13 @@ namespace OpenSim.Server.Handlers.Simulation
243 responsedata["int_response_code"] = HttpStatusCode.OK; 243 responsedata["int_response_code"] = HttpStatusCode.OK;
244 responsedata["str_response_string"] = "OpenSim agent " + id.ToString(); 244 responsedata["str_response_string"] = "OpenSim agent " + id.ToString();
245 245
246 m_log.Debug("[AGENT HANDLER]: Agent Released/Deleted."); 246 m_log.DebugFormat("[AGENT HANDLER]: Agent {0} Released/Deleted from region {1}", id, regionID);
247 } 247 }
248 248
249 protected virtual void ReleaseAgent(UUID regionID, UUID id) 249 protected virtual void ReleaseAgent(UUID regionID, UUID id)
250 { 250 {
251 m_SimulationService.ReleaseAgent(regionID, id, ""); 251 m_SimulationService.ReleaseAgent(regionID, id, "");
252 } 252 }
253
254 } 253 }
255 254
256 public class AgentPostHandler : BaseStreamHandler 255 public class AgentPostHandler : BaseStreamHandler
@@ -275,7 +274,7 @@ namespace OpenSim.Server.Handlers.Simulation
275 public override byte[] Handle(string path, Stream request, 274 public override byte[] Handle(string path, Stream request,
276 OSHttpRequest httpRequest, OSHttpResponse httpResponse) 275 OSHttpRequest httpRequest, OSHttpResponse httpResponse)
277 { 276 {
278 m_log.DebugFormat("[SIMULATION]: Stream handler called"); 277// m_log.DebugFormat("[SIMULATION]: Stream handler called");
279 278
280 Hashtable keysvals = new Hashtable(); 279 Hashtable keysvals = new Hashtable();
281 Hashtable headervals = new Hashtable(); 280 Hashtable headervals = new Hashtable();
@@ -462,7 +461,7 @@ namespace OpenSim.Server.Handlers.Simulation
462 public override byte[] Handle(string path, Stream request, 461 public override byte[] Handle(string path, Stream request,
463 OSHttpRequest httpRequest, OSHttpResponse httpResponse) 462 OSHttpRequest httpRequest, OSHttpResponse httpResponse)
464 { 463 {
465 m_log.DebugFormat("[SIMULATION]: Stream handler called"); 464// m_log.DebugFormat("[SIMULATION]: Stream handler called");
466 465
467 Hashtable keysvals = new Hashtable(); 466 Hashtable keysvals = new Hashtable();
468 Hashtable headervals = new Hashtable(); 467 Hashtable headervals = new Hashtable();