aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite
diff options
context:
space:
mode:
authorKitto Flora2009-12-12 10:12:59 -0500
committerKitto Flora2009-12-12 10:12:59 -0500
commitb056c243e46daa3370f8d330b70a37b5f856e9ec (patch)
treeb4e2dd3b86f333c0002d2665fcb4136768b2c7cc /OpenSim/Data/SQLite
parentMerge branch 'master' into careminster (diff)
downloadopensim-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/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 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 }