* Updates Message decoder method to match the output of the Packet decoder

* Other decoder cleanup and enhancements

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2974 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Jim Radford
2009-07-11 03:43:52 +00:00
parent 405f66a017
commit 247cb42900
2 changed files with 32 additions and 18 deletions

View File

@@ -1470,7 +1470,7 @@ namespace OpenMetaverse.Packets
{
var p = propertyInfo.GetValue(nestedArrayRecord, null);
string s = Utils.BytesToString((byte[])p);
/* Leave the c for now at the end, it signifies something useful that still needs to be done */
result.AppendFormat("{0, 30}: {1,-40} [{2}]c" + Environment.NewLine,
propertyInfo.Name,
Utils.BytesToString((byte[])propertyInfo.GetValue(nestedArrayRecord, null)),