aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorDiva Canto2011-04-24 16:14:24 -0700
committerDiva Canto2011-04-24 16:16:21 -0700
commitbc2c55ff5fc4054b8c508991f85523717a04e9dc (patch)
tree15515859501083393766d54c898f744610b8f63a /OpenSim
parentsome mesh config asthetics (diff)
downloadopensim-SC_OLD-bc2c55ff5fc4054b8c508991f85523717a04e9dc.zip
opensim-SC_OLD-bc2c55ff5fc4054b8c508991f85523717a04e9dc.tar.gz
opensim-SC_OLD-bc2c55ff5fc4054b8c508991f85523717a04e9dc.tar.bz2
opensim-SC_OLD-bc2c55ff5fc4054b8c508991f85523717a04e9dc.tar.xz
Commented verbose debug message.
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Services/InventoryService/XInventoryService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/InventoryService/XInventoryService.cs b/OpenSim/Services/InventoryService/XInventoryService.cs
index e602412..0af35c8 100644
--- a/OpenSim/Services/InventoryService/XInventoryService.cs
+++ b/OpenSim/Services/InventoryService/XInventoryService.cs
@@ -244,7 +244,7 @@ namespace OpenSim.Services.InventoryService
244 // connector. So we disregard the principal and look 244 // connector. So we disregard the principal and look
245 // by ID. 245 // by ID.
246 // 246 //
247 m_log.DebugFormat("[XINVENTORY SERVICE]: Fetch contents for folder {0}", folderID.ToString()); 247 //m_log.DebugFormat("[XINVENTORY SERVICE]: Fetch contents for folder {0}", folderID.ToString());
248 InventoryCollection inventory = new InventoryCollection(); 248 InventoryCollection inventory = new InventoryCollection();
249 inventory.UserID = principalID; 249 inventory.UserID = principalID;
250 inventory.Folders = new List<InventoryFolderBase>(); 250 inventory.Folders = new List<InventoryFolderBase>();