mirror of
https://github.com/go-shiori/shiori.git
synced 2025-01-16 04:48:30 +08:00
Minor fix: wrong log message
This commit is contained in:
parent
9a9baf9f91
commit
b2a3d444d3
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ func updateHandler(cmd *cobra.Command, args []string) {
|
|||
|
||||
err = downloadFile(imageURL, imgPath, time.Minute)
|
||||
if err != nil {
|
||||
cError.Printf("Failed to download image: %v\n", err)
|
||||
cError.Printf("[ %d / %d ] Failed to download image: %v\n", i+1, nData, err)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue