aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-11-09 17:22:18 +0000
committerJustin Clark-Casey (justincc)2009-11-09 17:22:18 +0000
commit7c5dc94cc8d6e5c4fbd3c8ceb49bc7243108815b (patch)
tree195343d6ee5bbcb95800bc16170e045bd6abc4d2 /OpenSim/Region/CoreModules
parentminor: tweak load iar messages to be slightly less verbose (diff)
downloadopensim-SC_OLD-7c5dc94cc8d6e5c4fbd3c8ceb49bc7243108815b.zip
opensim-SC_OLD-7c5dc94cc8d6e5c4fbd3c8ceb49bc7243108815b.tar.gz
opensim-SC_OLD-7c5dc94cc8d6e5c4fbd3c8ceb49bc7243108815b.tar.bz2
opensim-SC_OLD-7c5dc94cc8d6e5c4fbd3c8ceb49bc7243108815b.tar.xz
fix load iar regression accidentally introduced in last commit
Diffstat (limited to 'OpenSim/Region/CoreModules')
-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 2896566..f8480d3 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs
@@ -213,7 +213,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
213 { 213 {
214// m_log.DebugFormat( 214// m_log.DebugFormat(
215// "[INVENTORY ARCHIVER]: Found previously created folder from archive path {0}", archivePath); 215// "[INVENTORY ARCHIVER]: Found previously created folder from archive path {0}", archivePath);
216// destFolder = foldersCreated[archivePath]; 216 destFolder = foldersCreated[archivePath];
217 } 217 }
218 else 218 else
219 { 219 {