From 1960f97eefe6802e801898a529b2cd7ba35f4689 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 4 Nov 2024 23:50:33 +0200 Subject: add dasy --- internal/schedule/stats.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/schedule') 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 } -- cgit v1.2.3