aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-10-15 19:54:07 +0000
committerJustin Clarke Casey2008-10-15 19:54:07 +0000
commitfac4d02d7e9437b8f6eb6208823a491443b1be1c (patch)
tree02347d2fe43e4e36cd266520b476cb344c08f07c /OpenSim/Data/MSSQL
parent- Added User Appearance Set and Get tests (diff)
downloadopensim-SC_OLD-fac4d02d7e9437b8f6eb6208823a491443b1be1c.zip
opensim-SC_OLD-fac4d02d7e9437b8f6eb6208823a491443b1be1c.tar.gz
opensim-SC_OLD-fac4d02d7e9437b8f6eb6208823a491443b1be1c.tar.bz2
opensim-SC_OLD-fac4d02d7e9437b8f6eb6208823a491443b1be1c.tar.xz
* minor: comment out persisting prim inventory log messages
Diffstat (limited to 'OpenSim/Data/MSSQL')
-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