Logging: Make DocxParserWarning a WARNING, not INFO.

This commit is contained in:
John MacFarlane
2024-04-23 15:00:37 -07:00
parent 7534d4f42e
commit 88eff14732
+1 -1
View File
@@ -439,7 +439,7 @@ messageVerbosity msg =
ParsingUnescaped{} -> INFO
InlineNotRendered{} -> INFO
BlockNotRendered{} -> INFO
DocxParserWarning{} -> INFO
DocxParserWarning{} -> WARNING
PowerpointTemplateWarning{} -> WARNING
IgnoredIOError{} -> WARNING
CouldNotFetchResource{} -> WARNING