[PATCH 1 of 2] Corrected debug output

Wald Commits scm-commit at wald.intevation.org
Thu Sep 19 12:40:51 CEST 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1379579955 -7200
# Node ID 3a55f49be15552bba2663cd3b25a834c45863331
# Parent  b5e9b8b5c8d6e553ced3f9ac5add9931d117bb02
Corrected debug output.

diff -r b5e9b8b5c8d6 -r 3a55f49be155 artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/SedimentLoadFactory.java
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/SedimentLoadFactory.java	Thu Sep 19 09:16:52 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/SedimentLoadFactory.java	Thu Sep 19 10:39:15 2013 +0200
@@ -249,7 +249,7 @@
             eyear);
 
         if (values != null && key != null) {
-            log.debug("Store static bed height values in cache.");
+            log.debug("Store sediment loads in cache.");
             element = new Element(key, values);
             cache.put(element);
         }


More information about the Dive4elements-commits mailing list