forked from AkkomaGang/akkoma
Make XML feel special too
This commit is contained in:
parent
032ed2b945
commit
8d561f952f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ def parse_document(text) do
|
|||
doc
|
||||
catch
|
||||
:exit, _error ->
|
||||
Logger.debug("Couldn't parse xml: #{inspect(text)}")
|
||||
Logger.debug("Couldn't parse XML: #{inspect(text)}")
|
||||
:error
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue