diff options
author | Justin Clark-Casey (justincc) | 2010-08-07 22:28:42 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-08-07 22:30:46 +0100 |
commit | f30cd8391ea08f393f80d38abb1d7bce95412cf5 (patch) | |
tree | ae440e41e798d163fdd8ab233be36f4614571c76 /OpenSim | |
parent | Added Check4096 config var under [GridService], at the request of many. Chang... (diff) | |
download | opensim-SC_OLD-f30cd8391ea08f393f80d38abb1d7bce95412cf5.zip opensim-SC_OLD-f30cd8391ea08f393f80d38abb1d7bce95412cf5.tar.gz opensim-SC_OLD-f30cd8391ea08f393f80d38abb1d7bce95412cf5.tar.bz2 opensim-SC_OLD-f30cd8391ea08f393f80d38abb1d7bce95412cf5.tar.xz |
minor: Remove overly verbose schedule full update log message for attachments
Diffstat (limited to 'OpenSim')
-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 17275d0..26e986a 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | |||
@@ -1999,8 +1999,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
1999 | /// </summary> | 1999 | /// </summary> |
2000 | public void ScheduleGroupForFullUpdate() | 2000 | public void ScheduleGroupForFullUpdate() |
2001 | { | 2001 | { |
2002 | if (IsAttachment) | 2002 | // if (IsAttachment) |
2003 | m_log.DebugFormat("[SOG]: Scheduling full update for {0} {1}", Name, LocalId); | 2003 | // m_log.DebugFormat("[SOG]: Scheduling full update for {0} {1}", Name, LocalId); |
2004 | 2004 | ||
2005 | checkAtTargets(); | 2005 | checkAtTargets(); |
2006 | RootPart.ScheduleFullUpdate(); | 2006 | RootPart.ScheduleFullUpdate(); |