mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Added more debug messages under the -verbose option.
This commit is contained in:
@@ -249,14 +249,18 @@ namespace OpenSim.Region.CoreModules.World.Archiver
|
||||
|
||||
if (asset != null)
|
||||
{
|
||||
// m_log.DebugFormat("[ARCHIVER]: Writing asset {0}", id);
|
||||
if (m_options.ContainsKey("verbose"))
|
||||
m_log.InfoFormat("[ARCHIVER]: Writing asset {0}", id);
|
||||
|
||||
m_foundAssetUuids.Add(asset.FullID);
|
||||
|
||||
m_assetsArchiver.WriteAsset(PostProcess(asset));
|
||||
}
|
||||
else
|
||||
{
|
||||
// m_log.DebugFormat("[ARCHIVER]: Recording asset {0} as not found", id);
|
||||
if (m_options.ContainsKey("verbose"))
|
||||
m_log.InfoFormat("[ARCHIVER]: Recording asset {0} as not found", id);
|
||||
|
||||
m_notFoundAssetUuids.Add(new UUID(id));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user