Skip to content

Commit eccd388

Browse files
committed
fix typos
1 parent bb5e771 commit eccd388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/download/multi.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func (g *Downloader) Download(baseDir string) {
5959
continue
6060
}
6161
// success yay
62-
log.Printf("Download: %s\n", f)
62+
log.Printf("Downloaded: %s\n", f)
6363
success = true
6464
break
6565
}
@@ -68,7 +68,7 @@ func (g *Downloader) Download(baseDir string) {
6868
}
6969
}
7070
if !success {
71-
log.Printf("Downloaded failed: %s\n", dl.Path)
71+
log.Printf("Download failed: %s\n", dl.Path)
7272
// TODO: tell user what manual actions are required?
7373
}
7474
}()

0 commit comments

Comments
 (0)