diff options
author | Justin Clarke Casey | 2008-07-12 22:31:46 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-07-12 22:31:46 +0000 |
commit | bd9736c9f8b854bca4aa1d613fb6126b14d99c97 (patch) | |
tree | de554480f6db9b19b00b691f0dba6aa39a778381 /OpenSim/Region/Environment/Modules/World/Archiver/AssetsArchiver.cs | |
parent | * minor: comment out a couple of lines to eliminate nhibernate compile warnin... (diff) | |
download | opensim-SC-bd9736c9f8b854bca4aa1d613fb6126b14d99c97.zip opensim-SC-bd9736c9f8b854bca4aa1d613fb6126b14d99c97.tar.gz opensim-SC-bd9736c9f8b854bca4aa1d613fb6126b14d99c97.tar.bz2 opensim-SC-bd9736c9f8b854bca4aa1d613fb6126b14d99c97.tar.xz |
* Elminate most of the debugging log output from the archive commands
Diffstat (limited to 'OpenSim/Region/Environment/Modules/World/Archiver/AssetsArchiver.cs')
-rw-r--r-- | OpenSim/Region/Environment/Modules/World/Archiver/AssetsArchiver.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/World/Archiver/AssetsArchiver.cs b/OpenSim/Region/Environment/Modules/World/Archiver/AssetsArchiver.cs index ed07c9f..9a1b560 100644 --- a/OpenSim/Region/Environment/Modules/World/Archiver/AssetsArchiver.cs +++ b/OpenSim/Region/Environment/Modules/World/Archiver/AssetsArchiver.cs | |||
@@ -136,7 +136,7 @@ namespace OpenSim.Region.Environment.Modules.World.Archiver | |||
136 | } | 136 | } |
137 | else | 137 | else |
138 | { | 138 | { |
139 | m_log.DebugFormat("[ARCHIVER]: Could not find asset {0} to archive", uuid); | 139 | m_log.WarnFormat("[ARCHIVER]: Could not find asset {0} to archive", uuid); |
140 | } | 140 | } |
141 | } | 141 | } |
142 | } | 142 | } |