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/Region/Storage/OpenSim.DataStore.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 '')
-rw-r--r-- | OpenSim/Region/Storage/OpenSim.DataStore.MSSQL/MSSQLDataStore.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Storage/OpenSim.DataStore.MSSQL/MSSQLDataStore.cs b/OpenSim/Region/Storage/OpenSim.DataStore.MSSQL/MSSQLDataStore.cs index fa0d0b6..b7919e0 100644 --- a/OpenSim/Region/Storage/OpenSim.DataStore.MSSQL/MSSQLDataStore.cs +++ b/OpenSim/Region/Storage/OpenSim.DataStore.MSSQL/MSSQLDataStore.cs | |||
@@ -130,7 +130,7 @@ namespace OpenSim.DataStore.MSSQL | |||
130 | { | 130 | { |
131 | foreach (SceneObjectPart prim in obj.Children.Values) | 131 | foreach (SceneObjectPart prim in obj.Children.Values) |
132 | { | 132 | { |
133 | m_log.Info("[DATASTORE]: Adding obj: " + obj.UUID + " to region: " + regionUUID); | 133 | //m_log.Info("[DATASTORE]: Adding obj: " + obj.UUID + " to region: " + regionUUID); |
134 | addPrim(prim, obj.UUID, regionUUID); | 134 | addPrim(prim, obj.UUID, regionUUID); |
135 | } | 135 | } |
136 | } | 136 | } |