Be a bit more verbose regarding actions

Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
2026-01-21 22:25:28 -03:00
parent 3d3c5d2ece
commit 7ad983fe7a
4 changed files with 25 additions and 5 deletions

View File

@@ -45,4 +45,6 @@ func write(cli *client.Client) {
if err != nil {
log.Fatalf("Unable to publish tweet\n%s\n", err)
}
log.Info("Tweet published")
}