* Minor: Tidy ups and logging tweaks.

This commit is contained in:
Justin Clarke Casey
2008-05-22 00:41:03 +00:00
parent 203017f554
commit 1f57fd4bec
3 changed files with 5 additions and 4 deletions

View File

@@ -1088,7 +1088,8 @@ namespace OpenSim.Region.Environment.Scenes
// don't backup while it's selected or you're asking for changes mid stream.
if (HasGroupChanged && !IsSelected)
{
m_log.Info("STORING");
m_log.InfoFormat("[SCENE]: STORING OBJECT {0}", UUID);
SceneObjectGroup backup_group = Copy(OwnerID, GroupID, false);
datastore.StoreObject(backup_group, m_scene.RegionInfo.RegionID);