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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user