Log feed ID on ProcessContent error
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2021-10-31 01:56:55 +02:00
parent 5606fdf95c
commit f83970446e
Signed by: peter
GPG Key ID: 374322D56E5209E8

View File

@ -549,7 +549,7 @@ func (b *memoryBackend) ProcessContent(channel, feedID, fetchURL, contentType st
item.Source.ID = feedID
err = b.channelAddItemWithMatcher(channel, item)
if err != nil {
log.Printf("ERROR: %s\n", err)
log.Printf("ERROR: (feedID=%s) %s\n", feedID, err)
}
}