diff options
author | Justin Clark-Casey (justincc) | 2010-07-12 23:37:08 +0100 |
---|---|---|
committer | Diva Canto | 2010-07-14 03:24:56 -0700 |
commit | ecd46c881e2e1a11ce6192287941e6fdc9bc1f4a (patch) | |
tree | 24d39159c3a735d9316dcd20e48d405789ee8069 | |
parent | comment out a lot of the debug log messages when loading an iar (diff) | |
download | opensim-SC_OLD-ecd46c881e2e1a11ce6192287941e6fdc9bc1f4a.zip opensim-SC_OLD-ecd46c881e2e1a11ce6192287941e6fdc9bc1f4a.tar.gz opensim-SC_OLD-ecd46c881e2e1a11ce6192287941e6fdc9bc1f4a.tar.bz2 opensim-SC_OLD-ecd46c881e2e1a11ce6192287941e6fdc9bc1f4a.tar.xz |
uncomment a load iar code line I accidentally commented in the last commit
hooray for automated tests
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs | 2 |
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 | { |