Log feed ID on ProcessContent error
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5606fdf95c
commit
f83970446e
|
@ -549,7 +549,7 @@ func (b *memoryBackend) ProcessContent(channel, feedID, fetchURL, contentType st
|
||||||
item.Source.ID = feedID
|
item.Source.ID = feedID
|
||||||
err = b.channelAddItemWithMatcher(channel, item)
|
err = b.channelAddItemWithMatcher(channel, item)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Printf("ERROR: %s\n", err)
|
log.Printf("ERROR: (feedID=%s) %s\n", feedID, err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user