[Lada-commits] [PATCH 7 of 8] Keep the potential details in a log file
Wald Commits
scm-commit at wald.intevation.org
Tue Dec 13 20:36:32 CET 2016
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1481657520 -3600
# Node ID a81de70d321d468f2e9f9bbba09b6a4c5db4d038
# Parent e49c006b9076a23d5c83c4af7e7dbd49b685c1b4
Keep the potential details in a log file.
diff -r e49c006b9076 -r a81de70d321d src/main/java/de/intevation/lada/factory/OrtFactory.java
--- a/src/main/java/de/intevation/lada/factory/OrtFactory.java Tue Dec 13 20:06:57 2016 +0100
+++ b/src/main/java/de/intevation/lada/factory/OrtFactory.java Tue Dec 13 20:32:00 2016 +0100
@@ -83,6 +83,7 @@
ort.setGeom(generateGeom(targetCoord.y, targetCoord.x));
} catch (FactoryException |
TransformException e) {
+ logger.error(e.getMessage());
ReportItem err = new ReportItem();
err.setCode(672);
err.setKey("coordinates");
More information about the Lada-commits
mailing list