font-patcher: Raise loglevel of VF message

[why]
When we expect the result to be trash we should say it's critical
(fatal).

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow 2023-04-24 15:35:49 +02:00
parent a96006a681
commit ab18a8135a

View file

@ -483,7 +483,7 @@ class font_patcher:
except:
pass
if self.args.is_variable:
logger.error("Source font is a variable open type font (VF) and the patch results will most likely not be what you want")
logger.critical("Source font is a variable open type font (VF) and the patch results will most likely not be what you want")
print(message)
if self.args.postprocess: