diff options
author | Justin Clarke Casey | 2008-05-28 17:56:00 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-05-28 17:56:00 +0000 |
commit | a8b8bacf287a5997e0213fc41c2b376fd3648455 (patch) | |
tree | 098c824804b71e35b0ecccc43b2cbb0d3e870e8f /OpenSim/Region/Environment/Modules | |
parent | * Minor: Log message clean up in archiver code (diff) | |
download | opensim-SC_OLD-a8b8bacf287a5997e0213fc41c2b376fd3648455.zip opensim-SC_OLD-a8b8bacf287a5997e0213fc41c2b376fd3648455.tar.gz opensim-SC_OLD-a8b8bacf287a5997e0213fc41c2b376fd3648455.tar.bz2 opensim-SC_OLD-a8b8bacf287a5997e0213fc41c2b376fd3648455.tar.xz |
* Minor: Another small log adjustment
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/Modules/World/Archiver/ArchiveReadRequest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/Archiver/ArchiveReadRequest.cs b/OpenSim/Region/Environment/Modules/World/Archiver/ArchiveReadRequest.cs index 0a3c4c5..5c739af 100644 --- a/OpenSim/Region/Environment/Modules/World/Archiver/ArchiveReadRequest.cs +++ b/OpenSim/Region/Environment/Modules/World/Archiver/ArchiveReadRequest.cs | |||
@@ -58,7 +58,7 @@ namespace OpenSim.Region.Environment.Modules.World.Archiver | |||
58 | 58 | ||
59 | byte[] data = archive.Read(out filePath); | 59 | byte[] data = archive.Read(out filePath); |
60 | 60 | ||
61 | m_log.DebugFormat("Successfully read {0} ({1} bytes) from archive {2}", filePath, data.Length, m_loadPath); | 61 | m_log.DebugFormat("[ARCHIVER]: Successfully read {0} ({1} bytes) from archive {2}", filePath, data.Length, m_loadPath); |
62 | 62 | ||
63 | archive.Close(); | 63 | archive.Close(); |
64 | } | 64 | } |