Skip to content

Commit

Permalink
improved log message
Browse files Browse the repository at this point in the history
  • Loading branch information
laureanray committed Jul 11, 2022
1 parent eb3b976 commit c0ff161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/libgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,5 +267,5 @@ func DownloadSelection(selectedBook Book, libgenType MirrorType) {
)
io.Copy(io.MultiWriter(f, bar), resp.Body)

log.Println("File downloaded:", f.Name())
log.Println("File successfully downloaded:", f.Name())
}

0 comments on commit c0ff161

Please sign in to comment.