Add some debug output to GetAgent to try and track down our presence problems
parent
fd37a21b59
commit
9079ad5ceb
|
@ -300,6 +300,14 @@ namespace OpenSim.Services.Connectors
|
||||||
{
|
{
|
||||||
pinfo = new PresenceInfo((Dictionary<string, object>)replyData["result"]);
|
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;
|
return pinfo;
|
||||||
|
|
Loading…
Reference in New Issue