summaryrefslogtreecommitdiff
path: root/internal/run.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-10-18 11:39:44 +0300
committerPaul Buetow <paul@buetow.org>2024-10-18 11:39:44 +0300
commitfb6d68ca8320d6613c5d23cf60664995d7d6abb2 (patch)
tree746826ec723ee40c294c6dd61e661cf79410f789 /internal/run.go
parentcb3b67e54ac135376807486c808dfa2b830e38ff (diff)
more TODO ideas etc
Diffstat (limited to 'internal/run.go')
-rw-r--r--internal/run.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/run.go b/internal/run.go
index ed70511..3689667 100644
--- a/internal/run.go
+++ b/internal/run.go
@@ -46,7 +46,7 @@ func runPlatform(ctx context.Context, args config.Args, platform string, sizeLim
return err
}
- log.Println("Scheduling", ent)
+ log.Println("Posting", ent)
var postCB func(context.Context, config.Args, int, entry.Entry) error
switch strings.ToLower(platform) {
case "mastodon":