diff flys-backend/src/main/java/de/intevation/flys/importer/parsers/FlowVelocityMeasurementParser.java @ 5490:b3dd14fc13a6

Parsers: do not call warnings error
author Tom Gottfried <tom.gottfried@intevation.de>
date Thu, 28 Mar 2013 10:06:44 +0100
parents f63b39799d2d
children 91a2ddffea47
line wrap: on
line diff
--- a/flys-backend/src/main/java/de/intevation/flys/importer/parsers/FlowVelocityMeasurementParser.java	Thu Mar 28 09:39:01 2013 +0100
+++ b/flys-backend/src/main/java/de/intevation/flys/importer/parsers/FlowVelocityMeasurementParser.java	Thu Mar 28 10:06:44 2013 +0100
@@ -96,7 +96,7 @@
             ));
         }
         catch (ParseException pe) {
-            log.warn("Error while parsing flow velocity values.", pe);
+            log.warn("Unparseable flow velocity values:", pe);
         }
     }
 }

http://dive4elements.wald.intevation.org