fix bad english

This commit is contained in:
UbitUmarov
2017-06-26 09:08:23 +01:00
parent 0c5f412ed4
commit e075cf4461

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 where not found, where damaged or where 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);