diff options
Diffstat (limited to '')
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -76,6 +76,7 @@ func run() error { state.RemoveUndue() if state.NumFeeds() == 0 { + log.Print("Nothing to do, exiting.") // nothing to do return nil } |