* minor: stick filename being loaded/saved from in save/load xml/oar information messages

This commit is contained in:
Justin Clarke Casey
2008-07-21 17:52:53 +00:00
parent 8948ecbd8b
commit d9db56d86b
2 changed files with 9 additions and 10 deletions

View File

@@ -61,9 +61,7 @@ namespace OpenSim.Region.Environment.Modules.World.Archiver
}
protected void DearchiveRegion()
{
m_log.InfoFormat("[ARCHIVER]: Restoring archive {0}", m_loadPath);
{
TarArchiveReader archive
= new TarArchiveReader(
new GZipStream(new FileStream(m_loadPath, FileMode.Open), CompressionMode.Decompress));