Capitalize Atom

This commit is contained in:
Mark Felder 2018-03-19 17:44:25 +00:00
parent 7f77433c0e
commit 7430ff9173
1 changed files with 2 additions and 2 deletions

View File

@ -291,8 +291,8 @@ defmodule Pleroma.Web.OStatus do
[[_, match]] = Regex.scan(@gs_classic_regex, body)
{:ok, match}
true ->
Logger.debug(fn -> "Couldn't find atom link in #{inspect(body)}" end)
{:error, "Couldn't find the atom link"}
Logger.debug(fn -> "Couldn't find Atom link in #{inspect(body)}" end)
{:error, "Couldn't find the Atom link"}
end
end