From e897f95385980bb2751da8c4d9d3b6006ad5b9b7 Mon Sep 17 00:00:00 2001 From: erpalma Date: Thu, 20 Feb 2020 10:10:50 +0100 Subject: [PATCH] add logging to indicate that throttled is disabled in config file (fix #173) --- lenovo_fix.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lenovo_fix.py b/lenovo_fix.py index 9967246..2f10942 100755 --- a/lenovo_fix.py +++ b/lenovo_fix.py @@ -787,6 +787,7 @@ def main(): regs = calc_reg_values(platform_info, config) if not config.getboolean('GENERAL', 'Enabled'): + log('[I] Throttled is disabled in config file... Quitting. :(') return exit_event = Event()