log tweaks
This commit is contained in:
@@ -272,6 +272,7 @@ class BlockStateRunner(BlockProgressor):
|
||||
was_behind = True
|
||||
elif was_behind:
|
||||
log.info('Runner has caught up')
|
||||
was_behind = False
|
||||
except Exception as e:
|
||||
fatal('Unhandled exception in runner worker', exception=e)
|
||||
finally:
|
||||
|
||||
Reference in New Issue
Block a user