aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 965d7c2..8fae032 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -3525,7 +3525,7 @@ namespace OpenSim.Region.Framework.Scenes
3525 // send even grays 3525 // send even grays
3526 if (cachedappearance) 3526 if (cachedappearance)
3527 { 3527 {
3528 m_log.DebugFormat("[SCENE PRESENCE]: Baked textures are in the cache for {0} in {1}", Name, m_scene.Name); 3528// m_log.DebugFormat("[SCENE PRESENCE]: Baked textures are in the cache for {0} in {1}", Name, m_scene.Name);
3529 // If the avatars baked textures are all in the cache, then we have a 3529 // If the avatars baked textures are all in the cache, then we have a
3530 // complete appearance... send it out, if not, then we'll send it when 3530 // complete appearance... send it out, if not, then we'll send it when
3531 // the avatar finishes updating its appearance 3531 // the avatar finishes updating its appearance