aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Archiver/AssetsArchiver.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-07-12 22:31:46 +0000
committerJustin Clarke Casey2008-07-12 22:31:46 +0000
commitbd9736c9f8b854bca4aa1d613fb6126b14d99c97 (patch)
treede554480f6db9b19b00b691f0dba6aa39a778381 /OpenSim/Region/Environment/Modules/World/Archiver/AssetsArchiver.cs
parent* minor: comment out a couple of lines to eliminate nhibernate compile warnin... (diff)
downloadopensim-SC_OLD-bd9736c9f8b854bca4aa1d613fb6126b14d99c97.zip
opensim-SC_OLD-bd9736c9f8b854bca4aa1d613fb6126b14d99c97.tar.gz
opensim-SC_OLD-bd9736c9f8b854bca4aa1d613fb6126b14d99c97.tar.bz2
opensim-SC_OLD-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.cs2
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 }