diff options
author | Justin Clark-Casey (justincc) | 2012-03-23 03:39:39 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-03-23 03:39:39 +0000 |
commit | d4beb2f5bcc71949c47daefc25d65160423d6cb1 (patch) | |
tree | e1e0455937f6cc2dc9b0989f3f45a7d2790e6905 /OpenSim/Region | |
parent | Add information about SendPeriodicAppearanceUpdates to OpenSimDefaults.ini fo... (diff) | |
download | opensim-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.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 4 |
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)); |