flotsam: minor log message change

This commit is contained in:
UbitUmarov
2020-07-30 21:18:58 +01:00
parent 87b55a0627
commit 4f00fb2659

View File

@@ -1124,7 +1124,8 @@ namespace OpenSim.Region.CoreModules.Asset
gatherer.UncertainAssetsUUIDs.Clear();
gatherer = null;
m_log.InfoFormat("[FLOTSAM ASSET CACHE] found {0} possible assets in use ( plus {1} default )", gatheredids.Count, m_defaultAssets.Count);
m_log.InfoFormat("[FLOTSAM ASSET CACHE] found {0} possible assets in use (including {1} default assets)",
gatheredids.Count + m_defaultAssets.Count, m_defaultAssets.Count);
return gatheredids;
}