aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-08-27 23:23:55 +0100
committerJustin Clark-Casey (justincc)2010-08-27 23:23:55 +0100
commit4f9931ec10fe189c29ea3759c6e4ad27780525e5 (patch)
tree95436bfbfec35cfff20543332977aa11f2cdbbee /OpenSim
parentallow inventory path specified in "load iar" to start with a / (e.g. /Objects... (diff)
downloadopensim-SC_OLD-4f9931ec10fe189c29ea3759c6e4ad27780525e5.zip
opensim-SC_OLD-4f9931ec10fe189c29ea3759c6e4ad27780525e5.tar.gz
opensim-SC_OLD-4f9931ec10fe189c29ea3759c6e4ad27780525e5.tar.bz2
opensim-SC_OLD-4f9931ec10fe189c29ea3759c6e4ad27780525e5.tar.xz
minor: reduce log chattiness of "load iar" for IARs with lots of folders
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs
index 7683288..22c84e9 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs
@@ -261,7 +261,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
261 261
262 while (archivePath.Length > 0) 262 while (archivePath.Length > 0)
263 { 263 {
264 m_log.DebugFormat("[INVENTORY ARCHIVER]: Trying to resolve destination folder {0}", archivePath); 264// m_log.DebugFormat("[INVENTORY ARCHIVER]: Trying to resolve destination folder {0}", archivePath);
265 265
266 if (resolvedFolders.ContainsKey(archivePath)) 266 if (resolvedFolders.ContainsKey(archivePath))
267 { 267 {