mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 19:35:41 +08:00
* minor: Remove and tidy duplicate 'storing object to scene' messages in log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user