[Dive4elements-commits] [PATCH 02 of 11] FixWQCurveFacet: Corrected debug message

Wald Commits scm-commit at wald.intevation.org
Tue Oct 30 06:55:27 CET 2012


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1351525495 -3600
# Node ID 7091e9e4fe2ecf02b18defaf062e7a30a0184f12
# Parent  2e8e0002605967fe520ee7b582af651109b7699f
FixWQCurveFacet: Corrected debug message.

diff -r 2e8e00026059 -r 7091e9e4fe2e flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/fixings/FixWQCurveFacet.java
--- a/flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/fixings/FixWQCurveFacet.java	Mon Oct 29 16:44:08 2012 +0100
+++ b/flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/fixings/FixWQCurveFacet.java	Mon Oct 29 16:44:55 2012 +0100
@@ -107,7 +107,7 @@
             return fix;
         }
         else {
-            logger.debug("Not an instance of FixationArtifact.");
+            logger.debug("Not an instance of FLYSArtifact / FixationArtifact.");
             return null;
         }
     }


More information about the Dive4elements-commits mailing list