minor: Fix verbose IAR save message to make it a bit clearer that item data is being saved at that point, not asset data.

0.7.4-extended
Justin Clark-Casey (justincc) 2012-10-27 00:24:25 +01:00
parent d83df8c1cf
commit 9d70f48207
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
if (options.ContainsKey("verbose"))
m_log.InfoFormat(
"[INVENTORY ARCHIVER]: Saving item {0} {1} with asset {2}",
"[INVENTORY ARCHIVER]: Saving item {0} {1} (asset UUID {2})",
inventoryItem.ID, inventoryItem.Name, inventoryItem.AssetID);
string filename = path + CreateArchiveItemName(inventoryItem);