mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
reduce some more spam on log
This commit is contained in:
@@ -246,7 +246,7 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess
|
||||
// Find all the embedded assets
|
||||
HGUuidGatherer uuidGatherer = new HGUuidGatherer(m_scene.AssetService, string.Empty);
|
||||
uuidGatherer.AddForInspection(asset.FullID);
|
||||
uuidGatherer.GatherAll();
|
||||
uuidGatherer.GatherAll(true);
|
||||
|
||||
// Check which assets already exist in the destination server
|
||||
|
||||
|
||||
Reference in New Issue
Block a user