Skip to content

Commit 3c9ae25

Browse files
author
Zoran Petrovski
committed
changeI18nLog4jLevel
1 parent b9e270a commit 3c9ae25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/com/prtech/svarog/I18n.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ static DbDataObject getLabel(String localeId, String labelCode) throws SvExcepti
295295

296296
if (lblGroup == null || lblGroup.size() < 1) {
297297
ignoredLabels.add(getKey(localeId, labelCode));
298-
log4j.error("Label: " + labelCode + " and locale:" + localeId + " are added to ignore list. "
298+
log4j.debug("Label: " + labelCode + " and locale:" + localeId + " are added to ignore list. "
299299
+ "Translate the label and restart the application server. "
300300
+ "Svarog will not try to load the object again!");
301301

0 commit comments

Comments
 (0)