mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Add some debug output to GetAgent to try and track down our presence problems
This commit is contained in:
@@ -300,6 +300,14 @@ namespace OpenSim.Services.Connectors
|
||||
{
|
||||
pinfo = new PresenceInfo((Dictionary<string, object>)replyData["result"]);
|
||||
}
|
||||
else
|
||||
{
|
||||
m_log.DebugFormat("[PRESENCE CONNECTOR]: Invalid reply (result not dictionary) received from presence server when querying for sessionID {0}", sessionID.ToString());
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
m_log.DebugFormat("[PRESENCE CONNECTOR]: Invalid reply received from presence server when querying for sessionID {0}", sessionID.ToString());
|
||||
}
|
||||
|
||||
return pinfo;
|
||||
|
||||
Reference in New Issue
Block a user