* Changed most of the Console.WriteLine() calls to SecondLife.Log() or .DebugLog()

* Updated the TextureEntry creation to properly display jackets (shoes may still be missing, not sure)

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@746 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2006-12-20 23:50:35 +00:00
parent 3c76af707d
commit 090eb2c066
7 changed files with 83 additions and 52 deletions

View File

@@ -172,7 +172,6 @@ namespace libsecondlife
}
catch (Exception e)
{
Console.WriteLine(e.ToString());
Client.Log(e.ToString(), Helpers.LogLevel.Error);
}
}