Increase logging
This commit is contained in:
parent
4494add298
commit
40fc88c8f6
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ class KodiMonitor(Monitor):
|
||||||
"""
|
"""
|
||||||
Monitor the PKC settings for changes made by the user
|
Monitor the PKC settings for changes made by the user
|
||||||
"""
|
"""
|
||||||
|
log.debug('PKC settings change detected')
|
||||||
# Assume that the user changed the settings so that we can now find the
|
# Assume that the user changed the settings so that we can now find the
|
||||||
# path to all media files
|
# path to all media files
|
||||||
state.STOP_SYNC = False
|
state.STOP_SYNC = False
|
||||||
|
|
Loading…
Reference in a new issue