diff options
author | Kitto Flora | 2009-12-12 10:12:59 -0500 |
---|---|---|
committer | Kitto Flora | 2009-12-12 10:12:59 -0500 |
commit | b056c243e46daa3370f8d330b70a37b5f856e9ec (patch) | |
tree | b4e2dd3b86f333c0002d2665fcb4136768b2c7cc /OpenSim/Data | |
parent | Merge branch 'master' into careminster (diff) | |
download | opensim-SC_OLD-b056c243e46daa3370f8d330b70a37b5f856e9ec.zip opensim-SC_OLD-b056c243e46daa3370f8d330b70a37b5f856e9ec.tar.gz opensim-SC_OLD-b056c243e46daa3370f8d330b70a37b5f856e9ec.tar.bz2 opensim-SC_OLD-b056c243e46daa3370f8d330b70a37b5f856e9ec.tar.xz |
Commit partial work because of repo change
Diffstat (limited to 'OpenSim/Data')
-rw-r--r-- | OpenSim/Data/SQLite/SQLiteRegionData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteRegionData.cs b/OpenSim/Data/SQLite/SQLiteRegionData.cs index f1c1f78..83fd775 100644 --- a/OpenSim/Data/SQLite/SQLiteRegionData.cs +++ b/OpenSim/Data/SQLite/SQLiteRegionData.cs | |||
@@ -329,7 +329,7 @@ namespace OpenSim.Data.SQLite | |||
329 | { | 329 | { |
330 | foreach (SceneObjectPart prim in obj.Children.Values) | 330 | foreach (SceneObjectPart prim in obj.Children.Values) |
331 | { | 331 | { |
332 | m_log.Info("[REGION DB]: Adding obj: " + obj.UUID + " to region: " + regionUUID); | 332 | // m_log.Info("[REGION DB]: Adding obj: " + obj.UUID + " to region: " + regionUUID); |
333 | addPrim(prim, obj.UUID, regionUUID); | 333 | addPrim(prim, obj.UUID, regionUUID); |
334 | } | 334 | } |
335 | } | 335 | } |