Capitalize Atom
authorMark Felder <feld@FreeBSd.org>
Mon, 19 Mar 2018 17:44:25 +0000 (17:44 +0000)
committerMark Felder <feld@FreeBSd.org>
Mon, 19 Mar 2018 17:44:25 +0000 (17:44 +0000)
lib/pleroma/web/ostatus/ostatus.ex

index bed15e8c049116febcb977f353e4b0974b4a3ff5..72f5b8d526f1260b80f283afc0ac58e67beb9a1c 100644 (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