Skip to content
Snippets Groups Projects
Commit 7a2eb069 authored by Jono Wenger's avatar Jono Wenger
Browse files

Update log

parent 0ddb6d0e
No related branches found
No related tags found
2 merge requests!117Release,!105XX-3617 / faster file transfer
...@@ -51,7 +51,7 @@ func (m Manager) oldTransferRecovery(healthyChan chan bool, chanID uint64) { ...@@ -51,7 +51,7 @@ func (m Manager) oldTransferRecovery(healthyChan chan bool, chanID uint64) {
// Return if there are no parts to recover // Return if there are no parts to recover
if len(sentRounds) == 0 { if len(sentRounds) == 0 {
jww.TRACE.Print( jww.DEBUG.Print(
"[FT] No in-progress rounds from old transfers to recover.") "[FT] No in-progress rounds from old transfers to recover.")
return return
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment