minor: reduce log chattiness of "load iar" for IARs with lots of folders

prebuild-update
Justin Clark-Casey (justincc) 2010-08-27 23:23:55 +01:00
parent 86937d0a0f
commit 4f9931ec10
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
while (archivePath.Length > 0) while (archivePath.Length > 0)
{ {
m_log.DebugFormat("[INVENTORY ARCHIVER]: Trying to resolve destination folder {0}", archivePath); // m_log.DebugFormat("[INVENTORY ARCHIVER]: Trying to resolve destination folder {0}", archivePath);
if (resolvedFolders.ContainsKey(archivePath)) if (resolvedFolders.ContainsKey(archivePath))
{ {