summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakaba Hitoyo <hakabahitoyo@example.com>2018-07-17 17:29:18 +0900
committerHakaba Hitoyo <hakabahitoyo@example.com>2018-07-17 17:29:18 +0900
commit5b4a21317de6a32001699b33964c7eaeb4f0bec8 (patch)
treedb96ded678f02258d170bdbfffbdaa8d617ddd06
parent091b7925d39110d2ade4e1db9105a3404dc91da1 (diff)
downloadpleroma-5b4a21317de6a32001699b33964c7eaeb4f0bec8.tar.gz
pleroma-5b4a21317de6a32001699b33964c7eaeb4f0bec8.zip
correct error message
-rw-r--r--lib/pleroma/web/mastodon_api/mastodon_api_controller.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex b/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex
index ac8f794e9..2ad6521cc 100644
--- a/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex
+++ b/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex
@@ -1099,7 +1099,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do
conn
|> json(data2)
else
- e -> Logger.error("Could not decode user at fetch #{url}, #{inspect(e)}")
+ e -> Logger.error("Could not retrieve suggestions at fetch #{url}, #{inspect(e)}")
end
else
json(conn, [])