diff flys-backend/src/main/java/de/intevation/flys/importer/ImportBedHeightEpoch.java @ 3662:0d27d02b1208

backend: Completed the error messages of the importer. flys-backend/trunk@5266 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 24 Aug 2012 15:47:31 +0000
parents 8926571e47fb
children a5b003595d6c
line wrap: on
line diff
--- a/flys-backend/src/main/java/de/intevation/flys/importer/ImportBedHeightEpoch.java	Fri Aug 24 14:13:19 2012 +0000
+++ b/flys-backend/src/main/java/de/intevation/flys/importer/ImportBedHeightEpoch.java	Fri Aug 24 15:47:31 2012 +0000
@@ -132,7 +132,7 @@
                 : null;
 
             if (theCurModel == null) {
-                log.warn("Skip file - invalid current elevation model.");
+                log.warn("BHE: Skip file - invalid current elevation model.");
                 return null;
             }
 
@@ -141,14 +141,14 @@
                 : null;
 
             if (theTime == null) {
-                log.warn("Skip file - invalid time range.");
+                log.warn("BHE: Skip file - invalid time range.");
                 return null;
             }
 
             Range theRange = range != null ? range.getPeer(river) : null;
 
             if (theRange == null) {
-                log.warn("Skip file - invalid km range.");
+                log.warn("BHE: Skip file - invalid km range.");
                 return null;
             }
 

http://dive4elements.wald.intevation.org