comparison flys-artifacts/src/main/java/de/intevation/flys/exports/ChartGenerator.java @ 4236:6942a8b31d95

Change a log to an error message for better semantics.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 24 Oct 2012 10:47:24 +0200
parents 22cd60315e08
children 0aa42c9d58e9
comparison
equal deleted inserted replaced
4235:89083b82b8cd 4236:6942a8b31d95
615 annotations.setTheme(theme); 615 annotations.setTheme(theme);
616 if (aandf != null) { 616 if (aandf != null) {
617 annotations.setLabel(aandf.getFacetDescription()); 617 annotations.setLabel(aandf.getFacetDescription());
618 } 618 }
619 else { 619 else {
620 logger.debug( 620 logger.error(
621 "Art/Facet for Annotations is null. " + 621 "Art/Facet for Annotations is null. " +
622 "This should never happen!"); 622 "This should never happen!");
623 } 623 }
624 624
625 if (visible) { 625 if (visible) {

http://dive4elements.wald.intevation.org