diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index e7056ba..6267797 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -2818,7 +2818,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
2818 | // If we are using the the cached appearance then send it out to everyone | 2818 | // If we are using the the cached appearance then send it out to everyone |
2819 | if (cachedappearance) | 2819 | if (cachedappearance) |
2820 | { | 2820 | { |
2821 | m_log.InfoFormat("[SCENEPRESENCE]: baked textures are in the cache for {0}", Name); | 2821 | m_log.DebugFormat("[SCENEPRESENCE]: baked textures are in the cache for {0}", Name); |
2822 | 2822 | ||
2823 | // If the avatars baked textures are all in the cache, then we have a | 2823 | // If the avatars baked textures are all in the cache, then we have a |
2824 | // complete appearance... send it out, if not, then we'll send it when | 2824 | // complete appearance... send it out, if not, then we'll send it when |