aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-06-14 00:51:18 +0100
committerJustin Clark-Casey (justincc)2011-06-14 00:51:18 +0100
commit603dbea190de26dce5160f5ab9730ffc1375ec26 (patch)
tree8499e06035668095b16aa5d773ec050229fb3e6a /OpenSim/Region/CoreModules/World/Archiver
parentAdded SimulatorFeatures capability. Thanks Aurora devs for the bootstrap on t... (diff)
downloadopensim-SC_OLD-603dbea190de26dce5160f5ab9730ffc1375ec26.zip
opensim-SC_OLD-603dbea190de26dce5160f5ab9730ffc1375ec26.tar.gz
opensim-SC_OLD-603dbea190de26dce5160f5ab9730ffc1375ec26.tar.bz2
opensim-SC_OLD-603dbea190de26dce5160f5ab9730ffc1375ec26.tar.xz
tweak messages. Make verbose inventory item save message give the item name as well as item id and asset id
Diffstat (limited to 'OpenSim/Region/CoreModules/World/Archiver')
-rw-r--r--OpenSim/Region/CoreModules/World/Archiver/AssetsRequest.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/World/Archiver/AssetsRequest.cs b/OpenSim/Region/CoreModules/World/Archiver/AssetsRequest.cs
index 3078ab3..6a9c3d0 100644
--- a/OpenSim/Region/CoreModules/World/Archiver/AssetsRequest.cs
+++ b/OpenSim/Region/CoreModules/World/Archiver/AssetsRequest.cs
@@ -198,11 +198,11 @@ namespace OpenSim.Region.CoreModules.World.Archiver
198 m_log.ErrorFormat( 198 m_log.ErrorFormat(
199 "[ARCHIVER]: (... {0} more not shown)", uuids.Count - MAX_UUID_DISPLAY_ON_TIMEOUT); 199 "[ARCHIVER]: (... {0} more not shown)", uuids.Count - MAX_UUID_DISPLAY_ON_TIMEOUT);
200 200
201 m_log.Error("[ARCHIVER]: OAR save aborted. PLEASE DO NOT USE THIS OAR, IT WILL BE INCOMPLETE."); 201 m_log.Error("[ARCHIVER]: Archive save aborted. PLEASE DO NOT USE THIS ARCHIVE, IT WILL BE INCOMPLETE.");
202 } 202 }
203 catch (Exception e) 203 catch (Exception e)
204 { 204 {
205 m_log.ErrorFormat("[ARCHIVER]: Timeout handler exception {0}", e); 205 m_log.ErrorFormat("[ARCHIVER]: Timeout handler exception {0}{1}", e.Message, e.StackTrace);
206 } 206 }
207 finally 207 finally
208 { 208 {