diff options
Diffstat (limited to 'scripts/recipetool')
-rwxr-xr-x | scripts/recipetool | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/recipetool b/scripts/recipetool index 2cfa763201..b7d3ee887c 100755 --- a/scripts/recipetool +++ b/scripts/recipetool | |||
@@ -40,7 +40,7 @@ def tinfoil_init(): | |||
40 | for plugin in plugins: | 40 | for plugin in plugins: |
41 | if hasattr(plugin, 'tinfoil_init'): | 41 | if hasattr(plugin, 'tinfoil_init'): |
42 | plugin.tinfoil_init(tinfoil) | 42 | plugin.tinfoil_init(tinfoil) |
43 | tinfoil.logger.setLevel(logging.WARNING) | 43 | tinfoil.logger.setLevel(logger.getEffectiveLevel()) |
44 | 44 | ||
45 | def main(): | 45 | def main(): |
46 | 46 | ||