comparison artifacts/src/main/java/org/dive4elements/river/artifacts/D4EArtifact.java @ 8488:a63825ab9df9

Do not flood log with details about all facets.
author Tom Gottfried <tom@intevation.de>
date Tue, 02 Dec 2014 15:23:01 +0100
parents abef2584c9a7
children 7d1a32a543cb
comparison
equal deleted inserted replaced
8487:3e5d69e143e9 8488:a63825ab9df9
1305 log.debug("No facets found."); 1305 log.debug("No facets found.");
1306 } 1306 }
1307 return new ArrayList<Output>(); 1307 return new ArrayList<Output>();
1308 } 1308 }
1309 if (debug) { 1309 if (debug) {
1310 log.debug("State '" + stateId + "' has facets " + fs); 1310 log.debug("State '" + stateId + "' has " + fs.size() + " facets");
1311 } 1311 }
1312 1312
1313 List<Output> gen = generateOutputs(list, applyGlobalFilterFacets(fs)); 1313 List<Output> gen = generateOutputs(list, applyGlobalFilterFacets(fs));
1314 1314
1315 if (debug) { 1315 if (debug) {

http://dive4elements.wald.intevation.org