summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Logging.hs
diff options
context:
space:
mode:
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 =