We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6beee7 commit a13be2eCopy full SHA for a13be2e
src/ugrd/initramfs_dict.py
@@ -1,6 +1,6 @@
1
2
__author__ = "desultory"
3
-__version__ = "1.1.0"
+__version__ = "1.1.1"
4
5
from tomllib import load, TOMLDecodeError
6
from pathlib import Path
@@ -231,7 +231,7 @@ def verify_deps(self) -> None:
231
232
self.logger.info("Verified module depndencies: %s" % self['mod_depends'])
233
if self['_processing']:
234
- self.logger.warning("Unprocessed config values: %s" % ', '.join(list(self['_processing'].keys())))
+ self.logger.critical("Unprocessed config values: %s" % ', '.join(list(self['_processing'].keys())))
235
236
def verify_mask(self) -> None:
237
""" Processes masked imports. """
0 commit comments