aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-07-12 23:37:08 +0100
committerJustin Clark-Casey (justincc)2010-07-12 23:37:08 +0100
commit86f3f83250567773e36ed929abe7ed1b220a47ef (patch)
treeb72588f5bdcf913eec05e43c5ba302569efb672a /OpenSim
parentcomment out a lot of the debug log messages when loading an iar (diff)
downloadopensim-SC_OLD-86f3f83250567773e36ed929abe7ed1b220a47ef.zip
opensim-SC_OLD-86f3f83250567773e36ed929abe7ed1b220a47ef.tar.gz
opensim-SC_OLD-86f3f83250567773e36ed929abe7ed1b220a47ef.tar.bz2
opensim-SC_OLD-86f3f83250567773e36ed929abe7ed1b220a47ef.tar.xz
uncomment a load iar code line I accidentally commented in the last commit
hooray for automated tests
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 59e1679..c8697fe 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// m_log.DebugFormat( 262// m_log.DebugFormat(
263// "[INVENTORY ARCHIVER]: Found previously created folder from archive path {0}", archivePath); 263// "[INVENTORY ARCHIVER]: Found previously created folder from archive path {0}", archivePath);
264// destFolder = resolvedFolders[archivePath]; 264 destFolder = resolvedFolders[archivePath];
265 } 265 }
266 else 266 else
267 { 267 {