diff options
Diffstat (limited to 'internal/schedule')
| -rw-r--r-- | internal/schedule/stats.go | 2 |
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 } |
