diff options
author | Melanie | 2009-08-05 18:38:42 +0100 |
---|---|---|
committer | Melanie | 2009-08-05 18:38:42 +0100 |
commit | b1e7e033900ccdc5383fedfd85ae3c1d88710a5c (patch) | |
tree | 9494a331fbc35893e7a3d2c8fe23abff886060f6 /OpenSim/Framework/AvatarAppearance.cs | |
parent | Add README to addon-modules (diff) | |
parent | insert a little more debug info for TestReplicateArchivePathToUserInventory() (diff) | |
download | opensim-SC-b1e7e033900ccdc5383fedfd85ae3c1d88710a5c.zip opensim-SC-b1e7e033900ccdc5383fedfd85ae3c1d88710a5c.tar.gz opensim-SC-b1e7e033900ccdc5383fedfd85ae3c1d88710a5c.tar.bz2 opensim-SC-b1e7e033900ccdc5383fedfd85ae3c1d88710a5c.tar.xz |
Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/AvatarAppearance.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Framework/AvatarAppearance.cs b/OpenSim/Framework/AvatarAppearance.cs index 0b9ea42..6a07bc9 100644 --- a/OpenSim/Framework/AvatarAppearance.cs +++ b/OpenSim/Framework/AvatarAppearance.cs | |||
@@ -38,8 +38,7 @@ namespace OpenSim.Framework | |||
38 | { | 38 | { |
39 | public class AvatarAppearance | 39 | public class AvatarAppearance |
40 | { | 40 | { |
41 | private static readonly ILog m_log | 41 | //private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
42 | = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | ||
43 | 42 | ||
44 | // these are guessed at by the list here - | 43 | // these are guessed at by the list here - |
45 | // http://wiki.secondlife.com/wiki/Avatar_Appearance. We'll | 44 | // http://wiki.secondlife.com/wiki/Avatar_Appearance. We'll |