浏览代码

add logging to indicate that throttled is disabled in config file (fix #173)

erpalma 5 年之前
父节点
当前提交
e897f95385
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lenovo_fix.py

+ 1 - 0
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()