Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed May 25, 2024
1 parent bb5e771 commit de7938e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/download/multi.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func (g *Downloader) Download(baseDir string) {
}
}
if !success {
log.Printf("Downloaded failed: %s\n", dl.Path)
log.Printf("Download failed: %s\n", dl.Path)
// TODO: tell user what manual actions are required?
}
}()
Expand Down

0 comments on commit de7938e

Please sign in to comment.