comparison flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java @ 390:a67748ad4d61

Modified a confusing debug statement. flys-artifacts/trunk@1812 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 03 May 2011 17:34:29 +0000
parents cc6840cbe503
children 046bd86ae41d
comparison
equal deleted inserted replaced
389:69d05357c177 390:a67748ad4d61
137 log.debug("Output name = " + name); 137 log.debug("Output name = " + name);
138 log.debug("Output type = " + type); 138 log.debug("Output type = " + type);
139 139
140 OutGenerator generator = getOutGenerator(context, name, type); 140 OutGenerator generator = getOutGenerator(context, name, type);
141 if (generator == null) { 141 if (generator == null) {
142 log.error("There is no generator specified for output: " + type); 142 log.error("There is no generator specified for output: " + name);
143 // TODO throw an exception. 143 // TODO throw an exception.
144 144
145 return; 145 return;
146 } 146 }
147 147

http://dive4elements.wald.intevation.org