Make XML feel special too

This commit is contained in:
Mark Felder 2018-03-19 17:51:31 +00:00
parent 032ed2b945
commit 8d561f952f
1 changed files with 1 additions and 1 deletions

View File

@ -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