fix bad english
parent
0c5f412ed4
commit
e075cf4461
|
@ -177,7 +177,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver
|
||||||
else if(totalerrors == 0)
|
else if(totalerrors == 0)
|
||||||
m_log.DebugFormat("[ARCHIVER]: Successfully added all {0} assets", m_foundAssetUuids.Count);
|
m_log.DebugFormat("[ARCHIVER]: Successfully added all {0} assets", m_foundAssetUuids.Count);
|
||||||
else
|
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);
|
m_foundAssetUuids.Count, totalerrors);
|
||||||
|
|
||||||
PerformAssetsRequestCallback(m_timeout);
|
PerformAssetsRequestCallback(m_timeout);
|
||||||
|
|
Loading…
Reference in New Issue