mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* minor: stick filename being loaded/saved from in save/load xml/oar information messages
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user