fix favicon fetch bug
This commit is contained in:
parent
71cc8929ad
commit
6222761dd3
2 changed files with 5 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ func (h *Handler) startJobs() {
|
|||
h.db.UpdateFeedIcon(feed.Id, icon)
|
||||
}
|
||||
if err != nil {
|
||||
h.log.Print(err)
|
||||
h.log.Printf("Failed to search favicon for %s (%s): %s", feed.Link, feed.FeedLink, err)
|
||||
}
|
||||
}
|
||||
case <- delTicker.C:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue