diff options
author | Justin Clarke Casey | 2008-10-15 19:54:07 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-10-15 19:54:07 +0000 |
commit | fac4d02d7e9437b8f6eb6208823a491443b1be1c (patch) | |
tree | 02347d2fe43e4e36cd266520b476cb344c08f07c /OpenSim/Data/MySQL/MySQLRegionData.cs | |
parent | - Added User Appearance Set and Get tests (diff) | |
download | opensim-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/MySQL/MySQLRegionData.cs')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLRegionData.cs | 2 |
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. |