add logging to indicate that throttled is disabled in config file (fix #173)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user