forked from LBRYCommunity/lbry-sdk
logging
This commit is contained in:
parent
d85d9d05bb
commit
734cd8ee08
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ class StreamManager:
|
|||
to_recover.append(file_info)
|
||||
to_start.append(file_info)
|
||||
if to_recover:
|
||||
log.info("Recover %i files", len(to_recover))
|
||||
await self.recover_streams(to_recover)
|
||||
|
||||
log.info("Initializing %i files", len(to_start))
|
||||
|
|
Loading…
Add table
Reference in a new issue