comparison etl/src/main/java/org/dive4elements/river/etl/aft/River.java @ 5989:dcbd63e35815

River ETL: removed wrong info output that discharge tables only found in FLYS are ignored.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 12 May 2013 18:03:30 +0200
parents 33e514a0c6b7
children 428851856e48
comparison
equal deleted inserted replaced
5988:a3060bfd28cf 5989:dcbd63e35815
324 } 324 }
325 } 325 }
326 326
327 modified |= deleteDischargeTables(context, bfgId2FlysDT); 327 modified |= deleteDischargeTables(context, bfgId2FlysDT);
328 328
329 for (String bfgId: bfgId2FlysDT.keySet()) {
330 log.info("FLYS: Discharge table '" + bfgId
331 + "' found in FLYS but not in AFT. -> ignore");
332 }
333
334 log.info("FLYS: Copy " + createDTs.size() + 329 log.info("FLYS: Copy " + createDTs.size() +
335 " discharge tables over from AFT."); 330 " discharge tables over from AFT.");
336 331
337 // Create the new discharge tables. 332 // Create the new discharge tables.
338 for (DischargeTable aftDT: createDTs) { 333 for (DischargeTable aftDT: createDTs) {

http://dive4elements.wald.intevation.org