Project

General

Profile

« Previous | Next » 

Revision 55364080

Added by Niels Hoffmann about 12 years ago

Decreased log severity for terms with missing title caches

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/combo/TermComboElement.java
191 191
			if (label == null) {
192 192
				if (term.getTitleCache() != null) {
193 193
					label = term.getTitleCache();
194
					StoreUtil.error(getClass(),
194
					StoreUtil.warn(getClass(),
195 195
							"Term does not have a representation: " + term
196
									+ ", " + term.getUuid(), null);
196
									+ ", " + term.getUuid());
197 197
				} else {
198 198
					label = "Unknown";
199
					StoreUtil.error(getClass(),
199
					StoreUtil.warn(getClass(),
200 200
							"Representation Label and TitleCache empty for term: "
201
									+ term + ", " + term.getUuid(), null);
201
									+ term + ", " + term.getUuid());
202 202
				}
203 203

  
204 204
			}

Also available in: Unified diff