* minor: oops, small textual tweak

0.6.0-stable
Justin Clarke Casey 2008-10-15 15:50:37 +00:00
parent d1068d738a
commit 9c4d868167
1 changed files with 1 additions and 1 deletions

View File

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