diff --git a/lib/adamantium/syndication/mastodon.rb b/lib/adamantium/syndication/mastodon.rb index de385a5..0e6bd1e 100644 --- a/lib/adamantium/syndication/mastodon.rb +++ b/lib/adamantium/syndication/mastodon.rb @@ -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}")