* minor: during opensim archive creation, tell the user that it may take some time

This commit is contained in:
Justin Clarke Casey
2008-10-15 15:50:05 +00:00
parent 2226626fec
commit d1068d738a

View File

@@ -81,7 +81,10 @@ namespace OpenSim.Region.Environment.Modules.World.Archiver
}
m_log.InfoFormat(
"[ARCHIVER]: Received {0} of {1} assets requested", assetsFound.Count, assetsFound.Count + assetsNotFoundUuids.Count);
"[ARCHIVER]: Received {0} of {1} assets requested",
assetsFound.Count, assetsFound.Count + assetsNotFoundUuids.Count);
m_log.InfoFormat("[ARCHIVER]: Creating archive. This may take some time.");
TarArchiveWriter archive = new TarArchiveWriter();