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

integration
Justin Clark-Casey (justincc) 2012-10-27 00:24:25 +01:00
parent cc204497e0
commit 3531f29a6a
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);