Instrument the heck out of offline messages. THIS IS VERY VERBOSE.

This commit is contained in:
Diva Canto
2011-05-12 19:56:59 -07:00
parent 691283c44e
commit 301321c853
2 changed files with 19 additions and 0 deletions

View File

@@ -178,6 +178,9 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
List<GridInstantMessage> msglist = SynchronousRestObjectPoster.BeginPostObject<UUID, List<GridInstantMessage>>(
"POST", m_RestURL + "/RetrieveMessages/", client.AgentId);
if (msglist == null)
m_log.WarnFormat("[OFFLINE MESSAGING]: WARNING null message list.");
foreach (GridInstantMessage im in msglist)
{
// client.SendInstantMessage(im);