summaryrefslogtreecommitdiff
path: root/internal/schedule
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-11-04 23:50:33 +0200
committerPaul Buetow <paul@buetow.org>2024-11-04 23:50:33 +0200
commit1960f97eefe6802e801898a529b2cd7ba35f4689 (patch)
treeeaebaba762329353d2f718ae3b80bef212985ab7 /internal/schedule
parent6f4d71c6597a12efdbb7ae30acf2953f87c9136f (diff)
add dasy
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
}