mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 01:36:45 +00:00
Downgraded SkippedContent and DocxParserWarning from WARNING to INFO
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user