diff options
author | Justin Clarke Casey | 2008-06-12 18:18:59 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-06-12 18:18:59 +0000 |
commit | 7cdedcaf0e1c69266d6c1d4648d00b76bcb329d4 (patch) | |
tree | bba32cd5ab18905cddecab8762eb783fb526d9d1 /OpenSim/Data/MSSQL | |
parent | * refactor: For new objects, move attach to backup to occur when adding to a ... (diff) | |
download | opensim-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/MSSQL')
-rw-r--r-- | OpenSim/Data/MSSQL/MSSQLDataStore.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLDataStore.cs b/OpenSim/Data/MSSQL/MSSQLDataStore.cs index 8bb15c8..c339d62 100644 --- a/OpenSim/Data/MSSQL/MSSQLDataStore.cs +++ b/OpenSim/Data/MSSQL/MSSQLDataStore.cs | |||
@@ -156,7 +156,7 @@ namespace OpenSim.Data.MSSQL | |||
156 | && (prim.GetEffectiveObjectFlags() & (uint)LLObject.ObjectFlags.Temporary) == 0 | 156 | && (prim.GetEffectiveObjectFlags() & (uint)LLObject.ObjectFlags.Temporary) == 0 |
157 | && (prim.GetEffectiveObjectFlags() & (uint)LLObject.ObjectFlags.TemporaryOnRez) == 0) | 157 | && (prim.GetEffectiveObjectFlags() & (uint)LLObject.ObjectFlags.TemporaryOnRez) == 0) |
158 | { | 158 | { |
159 | m_log.Info("[REGION DB]: Adding obj: " + obj.UUID + " to region: " + regionUUID); | 159 | //m_log.Info("[REGION DB]: Adding obj: " + obj.UUID + " to region: " + regionUUID); |
160 | addPrim(prim, obj.UUID, regionUUID); | 160 | addPrim(prim, obj.UUID, regionUUID); |
161 | } | 161 | } |
162 | else | 162 | else |