From 0ccb1226fc434cb1d7ed46bf274f20f619671699 Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Sun, 13 Mar 2022 00:38:44 +0100 Subject: [PATCH] Fix error message for file download --- cmd/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/run.go b/cmd/run.go index 28a71b7..190bd49 100644 --- a/cmd/run.go +++ b/cmd/run.go @@ -113,7 +113,7 @@ the specified Mastodon account.`, log.Printf("Downloading: %s\n", url) file, err := downloadFile(url) if err != nil { - log.Printf("Could not post status: %v", err) + log.Printf("Could not download file: %v", err) continue } attachment, err := c.UploadMediaFromReader(