Downgraded SkippedContent and DocxParserWarning from WARNING to INFO

This commit is contained in:
John MacFarlane
2017-10-23 10:54:51 -07:00
parent cb63678517
commit 6d862ff954
+2 -2
View File
@@ -306,7 +306,7 @@ showLogMessage msg =
messageVerbosity:: LogMessage -> Verbosity
messageVerbosity msg =
case msg of
SkippedContent{} -> WARNING
SkippedContent{} -> INFO
CouldNotParseYamlMetadata{} -> WARNING
DuplicateLinkReference{} -> WARNING
DuplicateNoteReference{} -> WARNING
@@ -320,7 +320,7 @@ messageVerbosity msg =
ParsingUnescaped{} -> INFO
InlineNotRendered{} -> INFO
BlockNotRendered{} -> INFO
DocxParserWarning{} -> WARNING
DocxParserWarning{} -> INFO
CouldNotFetchResource{} -> WARNING
CouldNotDetermineImageSize{} -> WARNING
CouldNotConvertImage{} -> WARNING