minor updates in inputSourceChanged() to log the change
This commit is contained in:
parent
5bf28aafd9
commit
3852bd7125
@ -90,7 +90,7 @@ def readInputSource():
|
|||||||
def inputSourceChanged():
|
def inputSourceChanged():
|
||||||
global input_source
|
global input_source
|
||||||
if (input_source != readInputSource()):
|
if (input_source != readInputSource()):
|
||||||
log.debug('Input source has changed')
|
log.debug('Input source has changed to {}'.format(readInputSource() ))
|
||||||
input_source = readInputSource()
|
input_source = readInputSource()
|
||||||
return True
|
return True
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user