aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-09-16 17:35:35 +0000
committerJustin Clarke Casey2008-09-16 17:35:35 +0000
commitf437c4d8c9782fd99c115542b584b6726941368e (patch)
tree1c4e3099feb6b3d547c67fb675a3689dfdedc477 /OpenSim/Region/Environment
parent* If an individual scene object throws an exception while storing, deal with ... (diff)
downloadopensim-SC_OLD-f437c4d8c9782fd99c115542b584b6726941368e.zip
opensim-SC_OLD-f437c4d8c9782fd99c115542b584b6726941368e.tar.gz
opensim-SC_OLD-f437c4d8c9782fd99c115542b584b6726941368e.tar.bz2
opensim-SC_OLD-f437c4d8c9782fd99c115542b584b6726941368e.tar.xz
* minor: oops, remove a warning I just inserted myself - naughty boy
Diffstat (limited to 'OpenSim/Region/Environment')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
index 628db0c..514f6d8 100644
--- a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
@@ -1138,7 +1138,7 @@ namespace OpenSim.Region.Environment.Scenes
1138 // don't backup while it's selected or you're asking for changes mid stream. 1138 // don't backup while it's selected or you're asking for changes mid stream.
1139 if ((!IsSelected) && (RootPart != null)) 1139 if ((!IsSelected) && (RootPart != null))
1140 { 1140 {
1141 m_log.InfoFormat( 1141 m_log.DebugFormat(
1142 "[SCENE]: Storing {0}, {1} in {2}", 1142 "[SCENE]: Storing {0}, {1} in {2}",
1143 Name, UUID, m_scene.RegionInfo.RegionName); 1143 Name, UUID, m_scene.RegionInfo.RegionName);
1144 1144