This commit is contained in:
Jack Robison 2020-01-13 15:37:11 -05:00
parent d85d9d05bb
commit 734cd8ee08
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

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