diff options
author | Justin Clarke Casey | 2008-05-22 00:41:03 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-05-22 00:41:03 +0000 |
commit | 1f57fd4becda90486ba1bc0f102574855ae6fbac (patch) | |
tree | 05f900443b8cc5a2e443cb8bdf4a4c2b1fc52647 /OpenSim/Region/Environment/Scenes | |
parent | * Refactor: Move enhancement of version string with operating system informat... (diff) | |
download | opensim-SC_OLD-1f57fd4becda90486ba1bc0f102574855ae6fbac.zip opensim-SC_OLD-1f57fd4becda90486ba1bc0f102574855ae6fbac.tar.gz opensim-SC_OLD-1f57fd4becda90486ba1bc0f102574855ae6fbac.tar.bz2 opensim-SC_OLD-1f57fd4becda90486ba1bc0f102574855ae6fbac.tar.xz |
* Minor: Tidy ups and logging tweaks.
Diffstat (limited to 'OpenSim/Region/Environment/Scenes')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs index 4b82bf9..35c563b 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs | |||
@@ -1088,7 +1088,8 @@ namespace OpenSim.Region.Environment.Scenes | |||
1088 | // don't backup while it's selected or you're asking for changes mid stream. | 1088 | // don't backup while it's selected or you're asking for changes mid stream. |
1089 | if (HasGroupChanged && !IsSelected) | 1089 | if (HasGroupChanged && !IsSelected) |
1090 | { | 1090 | { |
1091 | m_log.Info("STORING"); | 1091 | m_log.InfoFormat("[SCENE]: STORING OBJECT {0}", UUID); |
1092 | |||
1092 | SceneObjectGroup backup_group = Copy(OwnerID, GroupID, false); | 1093 | SceneObjectGroup backup_group = Copy(OwnerID, GroupID, false); |
1093 | 1094 | ||
1094 | datastore.StoreObject(backup_group, m_scene.RegionInfo.RegionID); | 1095 | datastore.StoreObject(backup_group, m_scene.RegionInfo.RegionID); |