* minor: Remove and tidy duplicate 'storing object to scene' messages in log

This commit is contained in:
Justin Clarke Casey
2008-06-12 18:18:59 +00:00
parent 8714833986
commit 7cdedcaf0e
5 changed files with 7 additions and 5 deletions

View File

@@ -1107,7 +1107,9 @@ namespace OpenSim.Region.Environment.Scenes
{
if ((!IsSelected) && (RootPart != null))
{
m_log.InfoFormat("[SCENE OBJECT GROUP]: Storing object {0}", UUID);
m_log.InfoFormat(
"[SCENE]: Storing object {0}, {1} in {2}",
m_rootPart.Name, UUID, m_scene.RegionInfo.RegionName);
SceneObjectGroup backup_group = Copy(OwnerID, GroupID, false);