aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-06-12 18:18:59 +0000
committerJustin Clarke Casey2008-06-12 18:18:59 +0000
commit7cdedcaf0e1c69266d6c1d4648d00b76bcb329d4 (patch)
treebba32cd5ab18905cddecab8762eb783fb526d9d1 /OpenSim/Data/SQLite
parent* refactor: For new objects, move attach to backup to occur when adding to a ... (diff)
downloadopensim-SC_OLD-7cdedcaf0e1c69266d6c1d4648d00b76bcb329d4.zip
opensim-SC_OLD-7cdedcaf0e1c69266d6c1d4648d00b76bcb329d4.tar.gz
opensim-SC_OLD-7cdedcaf0e1c69266d6c1d4648d00b76bcb329d4.tar.bz2
opensim-SC_OLD-7cdedcaf0e1c69266d6c1d4648d00b76bcb329d4.tar.xz
* minor: Remove and tidy duplicate 'storing object to scene' messages in log
Diffstat (limited to 'OpenSim/Data/SQLite')
-rw-r--r--OpenSim/Data/SQLite/SQLiteRegionData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteRegionData.cs b/OpenSim/Data/SQLite/SQLiteRegionData.cs
index 42299a0..cc059af 100644
--- a/OpenSim/Data/SQLite/SQLiteRegionData.cs
+++ b/OpenSim/Data/SQLite/SQLiteRegionData.cs
@@ -194,7 +194,7 @@ namespace OpenSim.Data.SQLite
194 && (prim.GetEffectiveObjectFlags() & (uint)LLObject.ObjectFlags.Temporary) == 0 194 && (prim.GetEffectiveObjectFlags() & (uint)LLObject.ObjectFlags.Temporary) == 0
195 && (prim.GetEffectiveObjectFlags() & (uint)LLObject.ObjectFlags.TemporaryOnRez) == 0) 195 && (prim.GetEffectiveObjectFlags() & (uint)LLObject.ObjectFlags.TemporaryOnRez) == 0)
196 { 196 {
197 m_log.Info("[REGION DB]: Adding obj: " + obj.UUID + " to region: " + regionUUID); 197 //m_log.Info("[REGION DB]: Adding obj: " + obj.UUID + " to region: " + regionUUID);
198 addPrim(prim, Util.ToRawUuidString(obj.UUID), Util.ToRawUuidString(regionUUID)); 198 addPrim(prim, Util.ToRawUuidString(obj.UUID), Util.ToRawUuidString(regionUUID));
199 } 199 }
200 else if (prim.Stopped) 200 else if (prim.Stopped)