forked from I2P_Developers/i2p.i2p
increment error count on exception
This commit is contained in:
@ -535,6 +535,7 @@ public class Reseeder {
|
||||
}
|
||||
} catch (Throwable t) {
|
||||
_log.warn("Error reseeding", t);
|
||||
errors++;
|
||||
} finally {
|
||||
if (contentRaw != null)
|
||||
contentRaw.delete();
|
||||
|
Reference in New Issue
Block a user