1
0
Fork 0

Update daemon.py

Spelling error in log text
This commit is contained in:
Jon Teague 2017-07-14 15:06:30 +01:00 committed by GitHub
parent 1b2f61c976
commit 0deef5666f

View file

@ -233,7 +233,7 @@ class Daemon(object):
def stop(self, profile_switch = False):
if not self.is_running():
return False
log.info("stopping tunning")
log.info("stopping tuning")
if profile_switch:
self._terminate_profile_switch.set()
self._terminate.set()