aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-03-23 03:39:39 +0000
committerJustin Clark-Casey (justincc)2012-03-23 03:39:39 +0000
commitd4beb2f5bcc71949c47daefc25d65160423d6cb1 (patch)
treee1e0455937f6cc2dc9b0989f3f45a7d2790e6905
parentAdd information about SendPeriodicAppearanceUpdates to OpenSimDefaults.ini fo... (diff)
downloadopensim-SC_OLD-d4beb2f5bcc71949c47daefc25d65160423d6cb1.zip
opensim-SC_OLD-d4beb2f5bcc71949c47daefc25d65160423d6cb1.tar.gz
opensim-SC_OLD-d4beb2f5bcc71949c47daefc25d65160423d6cb1.tar.bz2
opensim-SC_OLD-d4beb2f5bcc71949c47daefc25d65160423d6cb1.tar.xz
Comment out log message about sending periodic appearance updates.
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index 5809508..0dcbcdb 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -1305,8 +1305,8 @@ namespace OpenSim.Region.Framework.Scenes
1305 1305
1306 if (SendPeriodicAppearanceUpdates && MaintenanceRun % 60 == 0) 1306 if (SendPeriodicAppearanceUpdates && MaintenanceRun % 60 == 0)
1307 { 1307 {
1308 m_log.DebugFormat("[SCENE]: Sending periodic appearance updates"); 1308// m_log.DebugFormat("[SCENE]: Sending periodic appearance updates");
1309 1309
1310 if (AvatarFactory != null) 1310 if (AvatarFactory != null)
1311 { 1311 {
1312 ForEachRootScenePresence(sp => AvatarFactory.SendAppearance(sp.UUID)); 1312 ForEachRootScenePresence(sp => AvatarFactory.SendAppearance(sp.UUID));