* minor: small tweak to archive save completion log message

This commit is contained in:
Justin Clarke Casey
2009-01-23 17:12:15 +00:00
parent ddff7ab20e
commit 15cd1102e1

View File

@@ -125,8 +125,7 @@ namespace OpenSim.Region.Environment.Modules.World.Archiver
archive.WriteTar(m_saveStream);
// m_log.InfoFormat("[ARCHIVER]: Wrote out OpenSimulator archive for {0}", m_regionInfo.RegionName);
m_log.InfoFormat("[ARCHIVER]: Wrote out OpenSimulator archive for {0}", m_saveStream);
m_log.InfoFormat("[ARCHIVER]: Wrote out OpenSimulator archive for {0}", m_regionInfo.RegionName);
}
/// <summary>