mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-11-19 16:39:20 +02:00
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:
parent
a96006a681
commit
ab18a8135a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user