diff options
author | Justin Clark-Casey (justincc) | 2010-10-22 01:52:19 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-10-22 01:52:19 +0100 |
commit | e7f184345e35931ac1dbfcfab9a3788bd4ebb11a (patch) | |
tree | 88e50dbd97cdb7ba783c036d36abf14952b57e85 /OpenSim | |
parent | Allow region modules to know which agents actually receive chat (diff) | |
download | opensim-SC_OLD-e7f184345e35931ac1dbfcfab9a3788bd4ebb11a.zip opensim-SC_OLD-e7f184345e35931ac1dbfcfab9a3788bd4ebb11a.tar.gz opensim-SC_OLD-e7f184345e35931ac1dbfcfab9a3788bd4ebb11a.tar.bz2 opensim-SC_OLD-e7f184345e35931ac1dbfcfab9a3788bd4ebb11a.tar.xz |
minor: add some text to the oar abort messages on assets timeout to make it clear that the oar will not be usable
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Archiver/AssetsRequest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Archiver/AssetsRequest.cs b/OpenSim/Region/CoreModules/World/Archiver/AssetsRequest.cs index a1451ce..d4a09b4 100644 --- a/OpenSim/Region/CoreModules/World/Archiver/AssetsRequest.cs +++ b/OpenSim/Region/CoreModules/World/Archiver/AssetsRequest.cs | |||
@@ -188,7 +188,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver | |||
188 | m_log.ErrorFormat( | 188 | m_log.ErrorFormat( |
189 | "[ARCHIVER]: (... {0} more not shown)", uuids.Count - MAX_UUID_DISPLAY_ON_TIMEOUT); | 189 | "[ARCHIVER]: (... {0} more not shown)", uuids.Count - MAX_UUID_DISPLAY_ON_TIMEOUT); |
190 | 190 | ||
191 | m_log.Error("[ARCHIVER]: OAR save aborted."); | 191 | m_log.Error("[ARCHIVER]: OAR save aborted. PLEASE DO NOT USE THIS OAR, IT WILL BE INCOMPLETE."); |
192 | } | 192 | } |
193 | catch (Exception e) | 193 | catch (Exception e) |
194 | { | 194 | { |