attempt to modify the event queue for greater debugging

This commit is contained in:
Sean Dague
2008-12-01 16:49:26 +00:00
parent 01fc0492d0
commit 21b1218737

View File

@@ -170,6 +170,7 @@ namespace OpenSim.Region.Environment.Modules.Framework
private void ClientClosed(IClientAPI client)
{
m_log.DebugFormat("[EVENTQUEUE]: Closed client {0} in region {1}", client.AgentId, m_scene.RegionInfo.RegionName);
ClientClosed(client.AgentId);
}
@@ -318,6 +319,7 @@ namespace OpenSim.Region.Environment.Modules.Framework
if (element == null)
{
m_log.ErrorFormat("[EVENTQUEUE]: Failed to process queue");
if (thisID == -1) // close-request
{
responsedata["int_response_code"] = 404;