aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory
diff options
context:
space:
mode:
authorUbitUmarov2017-06-22 22:09:00 +0100
committerUbitUmarov2017-06-22 22:09:00 +0100
commit28caf1e08974a29c689837b99a4d21217aa54847 (patch)
treeb17a11745f2889d58359d9b2f22f69a483b58910 /OpenSim/Region/CoreModules/Avatar/Inventory
parent show the count of broken assets we now have from gather on iar/oar pre save ... (diff)
downloadopensim-SC_OLD-28caf1e08974a29c689837b99a4d21217aa54847.zip
opensim-SC_OLD-28caf1e08974a29c689837b99a4d21217aa54847.tar.gz
opensim-SC_OLD-28caf1e08974a29c689837b99a4d21217aa54847.tar.bz2
opensim-SC_OLD-28caf1e08974a29c689837b99a4d21217aa54847.tar.xz
actually iar do it for iar
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Inventory')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs
index 2735b59..c218f5d 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs
@@ -424,6 +424,9 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
424 424
425 m_log.DebugFormat( 425 m_log.DebugFormat(
426 "[INVENTORY ARCHIVER]: Saving {0} assets for items", m_assetGatherer.GatheredUuids.Count); 426 "[INVENTORY ARCHIVER]: Saving {0} assets for items", m_assetGatherer.GatheredUuids.Count);
427 int errors = m_assetGatherer.FailedUUIDs.Count;
428 if(errors > 0)
429 m_log.DebugFormat("[INVENTORY ARCHIVER]: aditional {0} assets have problems and will be ignored", errors);
427 430
428 AssetsRequest ar = new AssetsRequest( 431 AssetsRequest ar = new AssetsRequest(
429 new AssetsArchiver(m_archiveWriter), 432 new AssetsArchiver(m_archiveWriter),