forked from LBRYCommunity/lbry-sdk
log that checkpoint succeeded
This commit is contained in:
parent
0bb09ae91e
commit
9215d2c9f9
1 changed files with 2 additions and 0 deletions
|
@ -216,6 +216,8 @@ class HeadersComponent(Component):
|
||||||
await self.headers.open()
|
await self.headers.open()
|
||||||
await self.headers.repair()
|
await self.headers.repair()
|
||||||
await self.headers.close()
|
await self.headers.close()
|
||||||
|
else:
|
||||||
|
log.info("Header checkpoint verified.")
|
||||||
async def stop(self):
|
async def stop(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue