diff options
author | sacha | 2010-08-07 13:40:38 +0000 |
---|---|---|
committer | sacha | 2010-08-07 13:40:38 +0000 |
commit | 00cc42a607c59add54af3c1113162576e6109e41 (patch) | |
tree | 9d4791b951ebb5c68192f3c4ba144a4014616fed | |
parent | and another one... (diff) | |
download | opensim-SC_OLD-00cc42a607c59add54af3c1113162576e6109e41.zip opensim-SC_OLD-00cc42a607c59add54af3c1113162576e6109e41.tar.gz opensim-SC_OLD-00cc42a607c59add54af3c1113162576e6109e41.tar.bz2 opensim-SC_OLD-00cc42a607c59add54af3c1113162576e6109e41.tar.xz |
and another endless debug cleaning
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs index 8ce79a2..0dc63ef 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | |||
@@ -1734,9 +1734,9 @@ namespace OpenSim.Region.Framework.Scenes | |||
1734 | // don't backup while it's selected or you're asking for changes mid stream. | 1734 | // don't backup while it's selected or you're asking for changes mid stream. |
1735 | if ((isTimeToPersist()) || (forcedBackup)) | 1735 | if ((isTimeToPersist()) || (forcedBackup)) |
1736 | { | 1736 | { |
1737 | m_log.DebugFormat( | 1737 | // m_log.DebugFormat( |
1738 | "[SCENE]: Storing {0}, {1} in {2}", | 1738 | // "[SCENE]: Storing {0}, {1} in {2}", |
1739 | Name, UUID, m_scene.RegionInfo.RegionName); | 1739 | // Name, UUID, m_scene.RegionInfo.RegionName); |
1740 | 1740 | ||
1741 | SceneObjectGroup backup_group = Copy(false); | 1741 | SceneObjectGroup backup_group = Copy(false); |
1742 | backup_group.RootPart.Velocity = RootPart.Velocity; | 1742 | backup_group.RootPart.Velocity = RootPart.Velocity; |