aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-06-25 23:31:22 +0100
committerJustin Clark-Casey (justincc)2012-06-25 23:31:22 +0100
commitf5316984abfcf72870c7e4d50c95c1cabc8cc588 (patch)
tree5afe5056255f91bec73514dbbb1ecd579f3d5daa
parentWhen attachments are being saved and deleted for a closing root agent, delete... (diff)
downloadopensim-SC_OLD-f5316984abfcf72870c7e4d50c95c1cabc8cc588.zip
opensim-SC_OLD-f5316984abfcf72870c7e4d50c95c1cabc8cc588.tar.gz
opensim-SC_OLD-f5316984abfcf72870c7e4d50c95c1cabc8cc588.tar.bz2
opensim-SC_OLD-f5316984abfcf72870c7e4d50c95c1cabc8cc588.tar.xz
minor: update currently commented out log message at top of AvatarFactoryModule.SetAppearance() for future use
-rw-r--r--OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs
index 705233c..68a4cde 100644
--- a/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/AvatarFactory/AvatarFactoryModule.cs
@@ -128,7 +128,9 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory
128 /// <param name="visualParam"></param> 128 /// <param name="visualParam"></param>
129 public void SetAppearance(IScenePresence sp, Primitive.TextureEntry textureEntry, byte[] visualParams) 129 public void SetAppearance(IScenePresence sp, Primitive.TextureEntry textureEntry, byte[] visualParams)
130 { 130 {
131 // m_log.InfoFormat("[AVFACTORY]: start SetAppearance for {0}", client.AgentId); 131// m_log.DebugFormat(
132// "[AVFACTORY]: start SetAppearance for {0}, te {1}, visualParams {2}",
133// sp.Name, textureEntry, visualParams);
132 134
133 // TODO: This is probably not necessary any longer, just assume the 135 // TODO: This is probably not necessary any longer, just assume the
134 // textureEntry set implies that the appearance transaction is complete 136 // textureEntry set implies that the appearance transaction is complete