LIBOMV-477 Add additional information in case exception is thrown during decoding of a Message. Fixed some issues in AgentManager related to group chat sessions caused by new Message system. And a couple more changes ChatterBoxSessionAgentListUpdatesMessage to better handle the LL generated OSD

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2603 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Jim Radford
2009-04-14 06:11:21 +00:00
parent 8d029fa3d5
commit ef32e4b66b
3 changed files with 25 additions and 28 deletions

View File

@@ -103,7 +103,7 @@ namespace OpenMetaverse
}
catch (Exception e)
{
Logger.Log("Exception while tring to Deserialize " + eventName + ":" + e.Message, Helpers.LogLevel.Error);
Logger.Log("Exception while tring to Deserialize " + eventName + ":" + e.Message + ": " + e.StackTrace, Helpers.LogLevel.Error);
}
return null;