comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/services/MetaDataService.java @ 975:a111f0984706

meta data service: Added 'if log.isDebugEnabled() {}' flys-artifacts/trunk@2401 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 25 Jul 2011 12:56:53 +0000
parents 30c85cb33a50
children b81626b10cb7
comparison
equal deleted inserted replaced
974:30c85cb33a50 975:a111f0984706
142 ) { 142 ) {
143 Document result = XMLUtils.newDocument(); 143 Document result = XMLUtils.newDocument();
144 144
145 FLYSArtifact flysArtifact; 145 FLYSArtifact flysArtifact;
146 146
147 log.debug("uuid: " + uuid); 147 if (log.isDebugEnabled()) {
148 log.debug("outs: " + outsString); 148 log.debug("uuid: " + uuid);
149 log.debug("filters: " + filters); 149 log.debug("outs: " + outsString);
150 log.debug("filters: " + filters);
151 }
150 152
151 if (uuid != null && uuid.length() != 0) { 153 if (uuid != null && uuid.length() != 0) {
152 if (!StringUtils.checkUUID(uuid)) { 154 if (!StringUtils.checkUUID(uuid)) {
153 log.warn("'" + uuid + "' is not a UUID"); 155 log.warn("'" + uuid + "' is not a UUID");
154 return result; 156 return result;

http://dive4elements.wald.intevation.org