aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLRegionData.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/MySQL/MySQLRegionData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLRegionData.cs b/OpenSim/Data/MySQL/MySQLRegionData.cs
index 521490c..ae048fe 100644
--- a/OpenSim/Data/MySQL/MySQLRegionData.cs
+++ b/OpenSim/Data/MySQL/MySQLRegionData.cs
@@ -1808,7 +1808,7 @@ namespace OpenSim.Data.MySQL
1808 /// <param name="items"></param> 1808 /// <param name="items"></param>
1809 public void StorePrimInventory(UUID primID, ICollection<TaskInventoryItem> items) 1809 public void StorePrimInventory(UUID primID, ICollection<TaskInventoryItem> items)
1810 { 1810 {
1811 m_log.InfoFormat("[REGION DB]: Persisting Prim Inventory with prim ID {0}", primID); 1811 //m_log.InfoFormat("[REGION DB]: Persisting Prim Inventory with prim ID {0}", primID);
1812 1812
1813 // For now, we're just going to crudely remove all the previous inventory items 1813 // For now, we're just going to crudely remove all the previous inventory items
1814 // no matter whether they have changed or not, and replace them with the current set. 1814 // no matter whether they have changed or not, and replace them with the current set.