Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
65fd7d9827
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue