increment error count on exception

This commit is contained in:
zzz
2014-07-21 13:23:14 +00:00
parent f38b741813
commit b282ccd890

View File

@ -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();