diff options
author | Justin Clark-Casey (justincc) | 2010-08-07 22:28:42 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-08-07 22:28:42 +0100 |
commit | 903cfa8c7ee73e7cd3fa8dc06c0b7ac8ac48cbad (patch) | |
tree | cdc6f310e72aa854c229ea3e34f12bf88c9a91dc | |
parent | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC_OLD-903cfa8c7ee73e7cd3fa8dc06c0b7ac8ac48cbad.zip opensim-SC_OLD-903cfa8c7ee73e7cd3fa8dc06c0b7ac8ac48cbad.tar.gz opensim-SC_OLD-903cfa8c7ee73e7cd3fa8dc06c0b7ac8ac48cbad.tar.bz2 opensim-SC_OLD-903cfa8c7ee73e7cd3fa8dc06c0b7ac8ac48cbad.tar.xz |
minor: Remove overly verbose schedule full update log message for attachments
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs index e26e4ae..a2c3c07 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | |||
@@ -2001,8 +2001,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
2001 | /// </summary> | 2001 | /// </summary> |
2002 | public void ScheduleGroupForFullUpdate() | 2002 | public void ScheduleGroupForFullUpdate() |
2003 | { | 2003 | { |
2004 | if (IsAttachment) | 2004 | // if (IsAttachment) |
2005 | m_log.DebugFormat("[SOG]: Scheduling full update for {0} {1}", Name, LocalId); | 2005 | // m_log.DebugFormat("[SOG]: Scheduling full update for {0} {1}", Name, LocalId); |
2006 | 2006 | ||
2007 | checkAtTargets(); | 2007 | checkAtTargets(); |
2008 | RootPart.ScheduleFullUpdate(); | 2008 | RootPart.ScheduleFullUpdate(); |