Lower level of warning #3530

This commit is contained in:
Victor Shcherb 2017-03-08 16:01:44 +01:00
parent b72caa6300
commit 647f1c087e

View file

@ -329,7 +329,7 @@ public class AppInitializer implements IProgress {
return app.getString(in);
}
} catch (Exception e) {
System.err.println("No translation for "+ keyName + " " + e.getMessage());
LOG.debug("No translation for "+ keyName + " " + e.getMessage());
}
return null;
}