mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* minor: during opensim archive creation, tell the user that it may take some time
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user