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) {
|
} catch (Throwable t) {
|
||||||
_log.warn("Error reseeding", t);
|
_log.warn("Error reseeding", t);
|
||||||
|
errors++;
|
||||||
} finally {
|
} finally {
|
||||||
if (contentRaw != null)
|
if (contentRaw != null)
|
||||||
contentRaw.delete();
|
contentRaw.delete();
|
||||||
|
Reference in New Issue
Block a user