[PATCH 6 of 7] SedimentLoadProcessor: Add debug output when handling an out

Wald Commits scm-commit at wald.intevation.org
Fri Sep 27 14:33:30 CEST 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1380285639 -7200
# Node ID 4c8ce0c41dc244695ef9b03639f7a0ec00ffe9ba
# Parent  162ef5e93715d8fc93df41cca9385501dbda5374
SedimentLoadProcessor: Add debug output when handling an out.

diff -r 162ef5e93715 -r 4c8ce0c41dc2 artifacts/src/main/java/org/dive4elements/river/exports/process/SedimentLoadProcessor.java
--- a/artifacts/src/main/java/org/dive4elements/river/exports/process/SedimentLoadProcessor.java	Fri Sep 27 14:39:46 2013 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/exports/process/SedimentLoadProcessor.java	Fri Sep 27 14:40:39 2013 +0200
@@ -44,6 +44,7 @@
             ArtifactAndFacet bundle,
             ThemeDocument    theme,
             boolean          visible) {
+        logger.debug("doOut " + bundle.getFacetName());
         CallContext context = generator.getCallContext();
         XYSeries series = new StyledXYSeries(bundle.getFacetDescription(),
                 theme);


More information about the Dive4elements-commits mailing list