* 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

@@ -265,7 +265,7 @@ namespace OpenSim.Data.MySQL
&& (prim.GetEffectiveObjectFlags() & (uint)LLObject.ObjectFlags.Temporary) == 0
&& (prim.GetEffectiveObjectFlags() & (uint)LLObject.ObjectFlags.TemporaryOnRez) == 0)
{
m_log.Info("[REGION DB]: Adding obj: " + obj.UUID + " to region: " + regionUUID);
//m_log.Info("[REGION DB]: Adding obj: " + obj.UUID + " to region: " + regionUUID);
addPrim(prim, obj.UUID, regionUUID);
}
else