- Add a warning if the agent data of the destination of an IM isn't found

- Add a warning if the region info of the region the user is in isn't found
- Remove one possibility for a silently dropped IM.
This commit is contained in:
Homer Horwitz
2008-11-22 18:10:59 +00:00
parent 1148d9a11c
commit 6566da2962

View File

@@ -502,6 +502,11 @@ namespace OpenSim.Region.Environment.Modules.Avatar.InstantMessage
}
}
else
{
m_log.WarnFormat("[GRID INSTANT MESSAGE]: Unable to find region {0}", upd.Handle);
result(false);
}
}
else
{
@@ -510,6 +515,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.InstantMessage
}
else
{
m_log.WarnFormat("[GRID INSTANT MESSAGE]: Unable to find user {0}", toAgentID);
result(false);
}