forked from I2P_Developers/i2p.i2p
Debian: Replace ttf-dejavu with fonts-dejavu (ticket #2395)
This commit is contained in:
@ -270,7 +270,7 @@ public class StatSummarizer implements Runnable, ClientApp {
|
||||
// at java.lang.Class.forName(Class.java:270)
|
||||
// at sun.font.FontManagerFactory$1.run(FontManagerFactory.java:82)
|
||||
setDisabled();
|
||||
String s = "Error rendering - disabling graph generation. Install ttf-dejavu font package?";
|
||||
String s = "Error rendering - disabling graph generation. Install fonts-dejavu font package?";
|
||||
_log.logAlways(Log.WARN, s);
|
||||
IOException ioe = new IOException(s);
|
||||
ioe.initCause(ncdfe);
|
||||
@ -359,7 +359,7 @@ public class StatSummarizer implements Runnable, ClientApp {
|
||||
// at java.lang.Class.forName(Class.java:270)
|
||||
// at sun.font.FontManagerFactory$1.run(FontManagerFactory.java:82)
|
||||
setDisabled();
|
||||
String s = "Error rendering - disabling graph generation. Install ttf-dejavu font package?";
|
||||
String s = "Error rendering - disabling graph generation. Install fonts-dejavu font package?";
|
||||
_log.logAlways(Log.WARN, s);
|
||||
IOException ioe = new IOException(s);
|
||||
ioe.initCause(ncdfe);
|
||||
|
Reference in New Issue
Block a user