Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2017-03-08 16:02:47 +01:00
commit 65fd7d9827

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;
}