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

0.6.0-stable
Justin Clarke Casey 2008-10-15 15:50:05 +00:00
parent 2226626fec
commit d1068d738a
1 changed files with 4 additions and 1 deletions

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();