Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed May 25, 2024
1 parent bb5e771 commit eccd388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/download/multi.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func (g *Downloader) Download(baseDir string) {
continue
}
// success yay
log.Printf("Download: %s\n", f)
log.Printf("Downloaded: %s\n", f)
success = true
break
}
Expand All @@ -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 eccd388

Please sign in to comment.