Log syndication success

This commit is contained in:
2023-01-29 13:13:02 +11:00
parent fa6d4a78f2
commit a8fbe4db30

View File

@@ -35,7 +35,7 @@ module Adamantium
if response.code > 200
status = response.message
logger.info("Syndicated to Mastodon")
logger.info("Syndicated to Mastodon: #{response.message}")
Success("#{mastodon_server}/#{status[:id]}")
else
logger.info("Failed to syndicate to Mastodon: #{response.message}")