Update daemon.py
Spelling error in log text
This commit is contained in:
parent
1b2f61c976
commit
0deef5666f
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue