Lower level of warning #3530
This commit is contained in:
parent
b72caa6300
commit
647f1c087e
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ public class AppInitializer implements IProgress {
|
||||||
return app.getString(in);
|
return app.getString(in);
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
System.err.println("No translation for "+ keyName + " " + e.getMessage());
|
LOG.debug("No translation for "+ keyName + " " + e.getMessage());
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue