aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Logging.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-03-13 21:32:58 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-03-13 21:32:58 +0100
commit4de4816b99f29ee3cb5c1f71e44e3fc1995efbd8 (patch)
tree7be53fe644006f880407ab7890571c213a6fc906 /src/Text/Pandoc/Logging.hs
parent2bbe6edffd43948349f6bc41b50c7b376325df5d (diff)
downloadpandoc-4de4816b99f29ee3cb5c1f71e44e3fc1995efbd8.tar.gz
RST writer: convert to PandocMonad, report on unrendered raw items.
Diffstat (limited to 'src/Text/Pandoc/Logging.hs')
-rw-r--r--src/Text/Pandoc/Logging.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Text/Pandoc/Logging.hs b/src/Text/Pandoc/Logging.hs
index 052f5d364..59b010034 100644
--- a/src/Text/Pandoc/Logging.hs
+++ b/src/Text/Pandoc/Logging.hs
@@ -236,8 +236,8 @@ showLogMessage msg =
NoLangSpecified ->
"No value for 'lang' was specified in the metadata.\n" ++
"It is recommended that lang be specified for this format."
- CouldNotHighlight msg ->
- "Could not highlight code block:\n" ++ msg
+ CouldNotHighlight m ->
+ "Could not highlight code block:\n" ++ m
messageVerbosity:: LogMessage -> Verbosity
messageVerbosity msg =