aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorCasperW2009-11-24 18:18:19 +0100
committerCasperW2009-11-24 18:18:19 +0100
commit8383bde76880fc94a6644422d45baa28252b0231 (patch)
tree4765d3f5e8e5345b374c8a2cbcbe2ba40e29650b /OpenSim
parentDrop all locking of part.TaskInventory in favour of a ReaderWriterLockSlim lo... (diff)
downloadopensim-SC_OLD-8383bde76880fc94a6644422d45baa28252b0231.zip
opensim-SC_OLD-8383bde76880fc94a6644422d45baa28252b0231.tar.gz
opensim-SC_OLD-8383bde76880fc94a6644422d45baa28252b0231.tar.bz2
opensim-SC_OLD-8383bde76880fc94a6644422d45baa28252b0231.tar.xz
Removed some extra debug chatter
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs2
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs1
2 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs
index d9a021f..b60b32b 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs
@@ -389,7 +389,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Transfer
389 { 389 {
390 // Check if this is ours to handle 390 // Check if this is ours to handle
391 // 391 //
392 m_log.Info("OnFridInstantMessage"); 392 //m_log.Info("OnFridInstantMessage");
393 if (msg.dialog != (byte) InstantMessageDialog.InventoryOffered) 393 if (msg.dialog != (byte) InstantMessageDialog.InventoryOffered)
394 return; 394 return;
395 395
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs
index 4dc709e..abb04cd 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectPartInventory.cs
@@ -713,7 +713,6 @@ namespace OpenSim.Region.Framework.Scenes
713 713
714 if (fileData.Length > 2) 714 if (fileData.Length > 2)
715 { 715 {
716 m_log.Debug("Sending task inventory list of " + count.ToString() + " items to client " + client.AgentId.ToString());
717 xferManager.AddNewFile(m_inventoryFileName, fileData); 716 xferManager.AddNewFile(m_inventoryFileName, fileData);
718 } 717 }
719 } 718 }