add more debug

master
Christopher 2020-07-10 17:35:39 +02:00
parent 90bf8b7487
commit e6039c53f3
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ namespace OpenSim.Modules.Appearance2Avatar
{
m_log.Info("[" + Name + "] Info: Convert notecard to string.");
String _appearanceNotecard = new ASCIIEncoding().GetString(asset.Data);
m_log.Info(_appearanceNotecard);
m_log.Info("[" + Name + "] Info: Deserialize notecard.");
OSDMap appearanceOsd = (OSDMap)OSDParser.DeserializeLLSDXml(_appearanceNotecard);