Better error message

This commit is contained in:
Shadowfacts 2021-10-03 10:06:06 -04:00
parent 4ee51e3ef5
commit 4b404c1de1
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ defmodule FeedParser do
parser.parse_feed(result)
false ->
{:error, "no parser matched the given content type and data"}
{:error, "no parser matched the given content type ('#{content_type}') and data"}
end
end
end