comparison flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java @ 3316:2495b24147ff

Forget file to save. flys-artifacts/trunk@5006 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 15 Jul 2012 16:02:25 +0000
parents e2d355da4bd6
children 118fe1cc8cc8
comparison
equal deleted inserted replaced
3315:e2d355da4bd6 3316:2495b24147ff
391 } 391 }
392 catch (ArtifactDatabaseException adbe) { 392 catch (ArtifactDatabaseException adbe) {
393 log.error(adbe, adbe); 393 log.error(adbe, adbe);
394 } 394 }
395 395
396 long duration = System.currentTimeMillis() -reqBegin; 396 if (debug) {
397 log.info("Processing out(" + name + ") took " + duration + " ms."); 397 long duration = System.currentTimeMillis() -reqBegin;
398 log.info("Processing out(" + name + ") took " + duration + " ms.");
399 }
398 } 400 }
399 401
400 402
401 /** 403 /**
402 * Sets the master Artifact at the given <i>generator</i>. 404 * Sets the master Artifact at the given <i>generator</i>.

http://dive4elements.wald.intevation.org