mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
attempt to modify the event queue for greater debugging
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user