From fac4d02d7e9437b8f6eb6208823a491443b1be1c Mon Sep 17 00:00:00 2001
From: Justin Clarke Casey
Date: Wed, 15 Oct 2008 19:54:07 +0000
Subject: * minor: comment out persisting prim inventory log messages
---
OpenSim/Data/MSSQL/MSSQLRegionData.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'OpenSim/Data/MSSQL')
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
///
public void StorePrimInventory(UUID primID, ICollection items)
{
- _Log.InfoFormat("[REGION DB]: Persisting Prim Inventory with prim ID {0}", primID);
+ //_Log.InfoFormat("[REGION DB]: Persisting Prim Inventory with prim ID {0}", primID);
//Statement from MySQL section!
// For now, we're just going to crudely remove all the previous inventory items
--
cgit v1.1