Increase logging
This commit is contained in:
parent
f20341b983
commit
b3b1d64484
1 changed files with 2 additions and 1 deletions
|
@ -536,10 +536,11 @@ class InitialSetup(object):
|
||||||
|
|
||||||
# User already answered the installation questions
|
# User already answered the installation questions
|
||||||
if utils.settings('InstallQuestionsAnswered') == 'true':
|
if utils.settings('InstallQuestionsAnswered') == 'true':
|
||||||
|
LOG.info('Installation questions already answered')
|
||||||
if reboot is True:
|
if reboot is True:
|
||||||
utils.reboot_kodi()
|
utils.reboot_kodi()
|
||||||
return
|
return
|
||||||
|
LOG.info('Showing install questions')
|
||||||
# Additional settings where the user needs to choose
|
# Additional settings where the user needs to choose
|
||||||
# Direct paths (\\NAS\mymovie.mkv) or addon (http)?
|
# Direct paths (\\NAS\mymovie.mkv) or addon (http)?
|
||||||
goto_settings = False
|
goto_settings = False
|
||||||
|
|
Loading…
Reference in a new issue