and add a missing bracket :)

0.9.0-post-fixes
UbitUmarov 2017-06-26 09:18:31 +01:00
parent e075cf4461
commit ef74efeaa7
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver
else if(totalerrors == 0)
m_log.DebugFormat("[ARCHIVER]: Successfully added all {0} assets", m_foundAssetUuids.Count);
else
m_log.DebugFormat("[ARCHIVER]: Successfully added {0} assets ({1} of total possible assets requested were not found, were damaged or were not assets",
m_log.DebugFormat("[ARCHIVER]: Successfully added {0} assets ({1} of total possible assets requested were not found, were damaged or were not assets)",
m_foundAssetUuids.Count, totalerrors);
PerformAssetsRequestCallback(m_timeout);