aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-11-09 17:24:06 +0000
committerJustin Clark-Casey (justincc)2009-11-09 17:24:06 +0000
commit1ded7edde2a4d031f1b3d6edfa50bb865fa07fc9 (patch)
tree43220061356115d7bae34195df9cd1047aa0d7f4 /OpenSim/Region/CoreModules/Avatar
parentfix load iar regression accidentally introduced in last commit (diff)
downloadopensim-SC_OLD-1ded7edde2a4d031f1b3d6edfa50bb865fa07fc9.zip
opensim-SC_OLD-1ded7edde2a4d031f1b3d6edfa50bb865fa07fc9.tar.gz
opensim-SC_OLD-1ded7edde2a4d031f1b3d6edfa50bb865fa07fc9.tar.bz2
opensim-SC_OLD-1ded7edde2a4d031f1b3d6edfa50bb865fa07fc9.tar.xz
minor: correct slightly over-enthusiastic load iar logging message
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs
index f8480d3..a535633 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveReadRequest.cs
@@ -199,8 +199,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
199 string originalArchivePath = archivePath; 199 string originalArchivePath = archivePath;
200 200
201 m_log.DebugFormat( 201 m_log.DebugFormat(
202 "[INVENTORY ARCHIVER]: Loading to folder {0} {1} {2}", 202 "[INVENTORY ARCHIVER]: Loading folder {0} {1}", rootDestFolder.Name, rootDestFolder.ID);
203 rootDestFolder.Name, rootDestFolder.Name, rootDestFolder.ID);
204 203
205 InventoryFolderBase destFolder = null; 204 InventoryFolderBase destFolder = null;
206 205