aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--internal/feed/cache_v1.go2
-rw-r--r--main.go1
2 files changed, 2 insertions, 1 deletions
diff --git a/internal/feed/cache_v1.go b/internal/feed/cache_v1.go
index 5f8c8f4..bbb8f13 100644
--- a/internal/feed/cache_v1.go
+++ b/internal/feed/cache_v1.go
@@ -118,7 +118,7 @@ func (cache *v1Cache) findItem(feed *Feed) CachedFeed {
changed = true
break
} else if otherId.Url == fDescr.Url {
- log.Warnf("Feed with URL '%s' seems to have changed its name: new '%s', old '%s'. Updating",
+ log.Warnf("Feed with URL '%s' seems to have changed its name: new '%s', old '%s'. Updating.",
fDescr.Url, fDescr.Name, otherId.Name)
changed = true
break
diff --git a/main.go b/main.go
index 24cb0a4..7335e6f 100644
--- a/main.go
+++ b/main.go
@@ -76,6 +76,7 @@ func run() error {
state.RemoveUndue()
if state.NumFeeds() == 0 {
+ log.Print("Nothing to do, exiting.")
// nothing to do
return nil
}