summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/feed2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/feed b/bin/feed
index bcbce35..fee3152 100644
--- a/bin/feed
+++ b/bin/feed
@@ -126,7 +126,7 @@ def markdown(c):
r = mistune.markdown(c, False, parse_block_html=True, parse_inline_html=True)
except Exception as e:
- p('Markdown failed for {}'.format(c))
+ err('Markdown parsing failed for {}'.format(e))
return r