diff --git a/internal/reader/subscription/finder.go b/internal/reader/subscription/finder.go index 0434f71d..d6c6618a 100644 --- a/internal/reader/subscription/finder.go +++ b/internal/reader/subscription/finder.go @@ -281,7 +281,7 @@ func (f *subscriptionFinder) findSubscriptionsFromYouTube(websiteURL string) (Su } if !strings.HasSuffix(decodedURL.Host, "youtube.com") { - slog.Debug("This website isn't on the youtube domain.", slog.String("website_url", websiteURL)) + slog.Debug("YouTube feed discovery skipped: not a YouTube domain", slog.String("website_url", websiteURL)) return nil, nil } if _, channelID, found := strings.Cut(decodedURL.Path, "channel/"); found {