mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
actually iar do it for iar
This commit is contained in:
@@ -424,6 +424,9 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
|
||||
|
||||
m_log.DebugFormat(
|
||||
"[INVENTORY ARCHIVER]: Saving {0} assets for items", m_assetGatherer.GatheredUuids.Count);
|
||||
int errors = m_assetGatherer.FailedUUIDs.Count;
|
||||
if(errors > 0)
|
||||
m_log.DebugFormat("[INVENTORY ARCHIVER]: aditional {0} assets have problems and will be ignored", errors);
|
||||
|
||||
AssetsRequest ar = new AssetsRequest(
|
||||
new AssetsArchiver(m_archiveWriter),
|
||||
|
||||
@@ -264,7 +264,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver
|
||||
sceneObjects.Count, assetUuids.Count - prevAssets);
|
||||
int errors = assetGatherer.FailedUUIDs.Count;
|
||||
if(errors > 0)
|
||||
m_log.DebugFormat("[ARCHIVER]: {0} assets have problems and will be ignored", errors);
|
||||
m_log.DebugFormat("[ARCHIVER]: aditional {0} assets have problems and will be ignored", errors);
|
||||
}
|
||||
|
||||
if (numObjectsSkippedPermissions > 0)
|
||||
|
||||
Reference in New Issue
Block a user