attempt to modify the event queue for greater debugging
parent
01fc0492d0
commit
21b1218737
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue