summaryrefslogtreecommitdiff
path: root/internal/schedule
diff options
context:
space:
mode:
Diffstat (limited to 'internal/schedule')
-rw-r--r--internal/schedule/stats.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/schedule/stats.go b/internal/schedule/stats.go
index 0966efe..09fe3d3 100644
--- a/internal/schedule/stats.go
+++ b/internal/schedule/stats.go
@@ -85,7 +85,7 @@ func (s stats) targetHit(pauseDays, maxQueuedDays int) bool {
return true
}
if s.lastPostDaysAgo <= float64(pauseDays) {
- log.Println("Need to wait a bit longer as last post isn't", pauseDays, "ago yet")
+ log.Println("Need to wait a bit longer as last post isn't", pauseDays, "days ago yet")
return true
}