aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/MSSQLRegionData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/MSSQL/MSSQLRegionData.cs')
-rw-r--r--OpenSim/Data/MSSQL/MSSQLRegionData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLRegionData.cs b/OpenSim/Data/MSSQL/MSSQLRegionData.cs
index 5a53f9b..058c9de 100644
--- a/OpenSim/Data/MSSQL/MSSQLRegionData.cs
+++ b/OpenSim/Data/MSSQL/MSSQLRegionData.cs
@@ -415,7 +415,7 @@ namespace OpenSim.Data.MSSQL
415 /// <param name="items"></param> 415 /// <param name="items"></param>
416 public void StorePrimInventory(UUID primID, ICollection<TaskInventoryItem> items) 416 public void StorePrimInventory(UUID primID, ICollection<TaskInventoryItem> items)
417 { 417 {
418 _Log.InfoFormat("[REGION DB]: Persisting Prim Inventory with prim ID {0}", primID); 418 //_Log.InfoFormat("[REGION DB]: Persisting Prim Inventory with prim ID {0}", primID);
419 419
420 //Statement from MySQL section! 420 //Statement from MySQL section!
421 // For now, we're just going to crudely remove all the previous inventory items 421 // For now, we're just going to crudely remove all the previous inventory items