- commit
- 47b2769
- parent
- d6b7795
- author
- Eric Bower
- date
- 2025-02-05 22:25:02 -0500 EST
chore: extra log item
1 files changed,
+1,
-0
+1,
-0
1@@ -462,6 +462,7 @@ func (f *Fetcher) FetchAll(logger *slog.Logger, urls []string, inlineContent boo
2 uid := item.GUID
3 // sometimes guid is blank so we need to find another uid
4 if uid == "" {
5+ logger.Info("no <guid> found for feed item, using <link> instead for its unique id")
6 uid = item.Link
7 }
8 fdi = append(fdi, &db.FeedItem{