forked from I2P_Developers/i2p.i2p
Jrobin: Fix for error in DeallocationHelper on Java version 9-internal
This commit is contained in:
@ -174,6 +174,8 @@ class SummaryListener implements RateSummaryListener {
|
||||
rrdFile.delete();
|
||||
} catch (IOException ioe) {
|
||||
_log.error("Error starting RRD for stat " + baseName, ioe);
|
||||
} catch (Throwable t) {
|
||||
_log.error("Error starting RRD for stat " + baseName, t);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user