mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
Suppress the strange "Result not Dictionary" messages that happen when
a region queries for a nonexistent presence.
This commit is contained in:
@@ -302,6 +302,9 @@ namespace OpenSim.Services.Connectors
|
||||
}
|
||||
else
|
||||
{
|
||||
if (replyData["result"].ToString() == "null")
|
||||
return null;
|
||||
|
||||
m_log.DebugFormat("[PRESENCE CONNECTOR]: Invalid reply (result not dictionary) received from presence server when querying for sessionID {0}", sessionID.ToString());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user