From: Mark Felder Date: Mon, 19 Mar 2018 17:44:25 +0000 (+0000) Subject: Capitalize Atom X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=7430ff9173f90806d693cbd74180f091b75a43d7;p=akkoma Capitalize Atom --- diff --git a/lib/pleroma/web/ostatus/ostatus.ex b/lib/pleroma/web/ostatus/ostatus.ex index bed15e8c0..72f5b8d52 100644 --- a/lib/pleroma/web/ostatus/ostatus.ex +++ b/lib/pleroma/web/ostatus/ostatus.ex @@ -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