aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorSean Dague2008-12-01 16:49:26 +0000
committerSean Dague2008-12-01 16:49:26 +0000
commit21b1218737401b3bd32c3177bac76f54608b3c55 (patch)
tree5ef7d5199b1f99a56c5905c37ae3498ebd90de26 /OpenSim
parentMantis#2730. Thank you kindly, StrawberryFride for a patch that: (diff)
downloadopensim-SC_OLD-21b1218737401b3bd32c3177bac76f54608b3c55.zip
opensim-SC_OLD-21b1218737401b3bd32c3177bac76f54608b3c55.tar.gz
opensim-SC_OLD-21b1218737401b3bd32c3177bac76f54608b3c55.tar.bz2
opensim-SC_OLD-21b1218737401b3bd32c3177bac76f54608b3c55.tar.xz
attempt to modify the event queue for greater debugging
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Environment/Modules/Framework/EventQueueGetModule.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Modules/Framework/EventQueueGetModule.cs b/OpenSim/Region/Environment/Modules/Framework/EventQueueGetModule.cs
index 3fc8005..9367811 100644
--- a/OpenSim/Region/Environment/Modules/Framework/EventQueueGetModule.cs
+++ b/OpenSim/Region/Environment/Modules/Framework/EventQueueGetModule.cs
@@ -170,6 +170,7 @@ namespace OpenSim.Region.Environment.Modules.Framework
170 170
171 private void ClientClosed(IClientAPI client) 171 private void ClientClosed(IClientAPI client)
172 { 172 {
173 m_log.DebugFormat("[EVENTQUEUE]: Closed client {0} in region {1}", client.AgentId, m_scene.RegionInfo.RegionName);
173 ClientClosed(client.AgentId); 174 ClientClosed(client.AgentId);
174 } 175 }
175 176
@@ -318,6 +319,7 @@ namespace OpenSim.Region.Environment.Modules.Framework
318 319
319 if (element == null) 320 if (element == null)
320 { 321 {
322 m_log.ErrorFormat("[EVENTQUEUE]: Failed to process queue");
321 if (thisID == -1) // close-request 323 if (thisID == -1) // close-request
322 { 324 {
323 responsedata["int_response_code"] = 404; 325 responsedata["int_response_code"] = 404;