mirror of
https://github.com/opensim/opensim.git
synced 2026-06-03 00:46:33 +08:00
- 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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user