Logging: Made SkippedContent WARNING not INFO.

This commit is contained in:
John MacFarlane 2017-05-24 21:46:43 +02:00
parent 7174776c19
commit 19d3a2bbe5

View file

@ -252,7 +252,7 @@ showLogMessage msg =
messageVerbosity:: LogMessage -> Verbosity
messageVerbosity msg =
case msg of
SkippedContent{} -> INFO
SkippedContent{} -> WARNING
CouldNotParseYamlMetadata{} -> WARNING
DuplicateLinkReference{} -> WARNING
DuplicateNoteReference{} -> WARNING