mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
* minor: Remove and tidy duplicate 'storing object to scene' messages in log
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -130,7 +130,7 @@ namespace OpenSim.DataStore.MSSQL
|
||||
{
|
||||
foreach (SceneObjectPart prim in obj.Children.Values)
|
||||
{
|
||||
m_log.Info("[DATASTORE]: Adding obj: " + obj.UUID + " to region: " + regionUUID);
|
||||
//m_log.Info("[DATASTORE]: Adding obj: " + obj.UUID + " to region: " + regionUUID);
|
||||
addPrim(prim, obj.UUID, regionUUID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user