From: Mark Felder Date: Mon, 19 Mar 2018 17:51:31 +0000 (+0000) Subject: Make XML feel special too X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=8d561f952fed2b2b4193f6586c865c877c1064ae;p=akkoma Make XML feel special too --- diff --git a/lib/pleroma/web/xml/xml.ex b/lib/pleroma/web/xml/xml.ex index 026672ad1..8b28a7e7d 100644 --- a/lib/pleroma/web/xml/xml.ex +++ b/lib/pleroma/web/xml/xml.ex @@ -21,7 +21,7 @@ defmodule Pleroma.Web.XML do doc catch :exit, _error -> - Logger.debug("Couldn't parse xml: #{inspect(text)}") + Logger.debug("Couldn't parse XML: #{inspect(text)}") :error end end