* Minor: Another small log adjustment

0.6.0-stable
Justin Clarke Casey 2008-05-28 17:56:00 +00:00
parent 45b26d4540
commit a8b8bacf28
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ namespace OpenSim.Region.Environment.Modules.World.Archiver
byte[] data = archive.Read(out filePath);
m_log.DebugFormat("Successfully read {0} ({1} bytes) from archive {2}", filePath, data.Length, m_loadPath);
m_log.DebugFormat("[ARCHIVER]: Successfully read {0} ({1} bytes) from archive {2}", filePath, data.Length, m_loadPath);
archive.Close();
}