diff options
author | Justin Clark-Casey (justincc) | 2012-10-27 00:24:25 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-10-27 00:24:25 +0100 |
commit | 3531f29a6a81cd9106080a38d68a4b8b0e347db5 (patch) | |
tree | 1d2243dd086f955f6b06cc39bb6c8a2513489f2b /OpenSim/Region | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-3531f29a6a81cd9106080a38d68a4b8b0e347db5.zip opensim-SC_OLD-3531f29a6a81cd9106080a38d68a4b8b0e347db5.tar.gz opensim-SC_OLD-3531f29a6a81cd9106080a38d68a4b8b0e347db5.tar.bz2 opensim-SC_OLD-3531f29a6a81cd9106080a38d68a4b8b0e347db5.tar.xz |
minor: Fix verbose IAR save message to make it a bit clearer that item data is being saved at that point, not asset data.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs index d13b4a0..d0e88f6 100644 --- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs +++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs | |||
@@ -166,7 +166,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver | |||
166 | 166 | ||
167 | if (options.ContainsKey("verbose")) | 167 | if (options.ContainsKey("verbose")) |
168 | m_log.InfoFormat( | 168 | m_log.InfoFormat( |
169 | "[INVENTORY ARCHIVER]: Saving item {0} {1} with asset {2}", | 169 | "[INVENTORY ARCHIVER]: Saving item {0} {1} (asset UUID {2})", |
170 | inventoryItem.ID, inventoryItem.Name, inventoryItem.AssetID); | 170 | inventoryItem.ID, inventoryItem.Name, inventoryItem.AssetID); |
171 | 171 | ||
172 | string filename = path + CreateArchiveItemName(inventoryItem); | 172 | string filename = path + CreateArchiveItemName(inventoryItem); |