Proactive repairs

This commit is contained in:
Ben Sarmiento
2024-01-07 21:32:01 +01:00
parent 80a1af378a
commit 722ce16537
5 changed files with 89 additions and 18 deletions

View File

@@ -99,7 +99,7 @@ func (t *TorrentManager) getCurrentState() LibraryState {
active = activeResp.torrents[0]
case count = <-countChan:
case err := <-errChan:
t.log.Warnf("Checksum API Error: %v\n", err)
t.log.Warnf("Checksum API Error: %v", err)
return EmptyState()
}
}