changeset 1772:460374a08c44

Reduce logging noise (downgrade an 'error' to 'debug'). flys-artifacts/trunk@3093 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 27 Oct 2011 09:42:49 +0000
parents c62ff9e72cea
children 9be01e2e6897
files flys-artifacts/ChangeLog flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog	Thu Oct 27 09:32:05 2011 +0000
+++ b/flys-artifacts/ChangeLog	Thu Oct 27 09:42:49 2011 +0000
@@ -1,3 +1,8 @@
+2011-10-27	Felix Wolfsteller	<felix.wolfsteller@intevation.de>
+
+	* src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java:
+	  Reduce noise, given "error" message was more of "debug" nature.
+
 2011-10-27	Felix Wolfsteller	<felix.wolfsteller@intevation.de>
 
 	Restore mapping of state id to facets (essentially revert, revision
--- a/flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java	Thu Oct 27 09:32:05 2011 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java	Thu Oct 27 09:42:49 2011 +0000
@@ -230,7 +230,7 @@
             String masterUUID = XMLUtils.xpathString(
             document, XPATH_MASTER_UUID, ArtifactNamespaceContext.INSTANCE);
 
-            log.error("Will set master Artifact to uuid: " + masterUUID);
+            log.debug("Will set master Artifact to uuid: " + masterUUID);
             generator.setMasterArtifact(getArtifact(masterUUID, context));
         } catch (ArtifactDatabaseException adb) {
             log.error(adb, adb);

http://dive4elements.wald.intevation.org