log tweaks

This commit is contained in:
tim
2024-10-23 13:36:27 -04:00
parent 4169de762d
commit 67ba314d46

View File

@@ -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: