More logging
This commit is contained in:
parent
1827f2506c
commit
413affdb7d
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
import logging
|
||||
from os import path as os_path
|
||||
from sys import path as sys_path
|
||||
from sys import path as sys_path, argv
|
||||
|
||||
from xbmc import translatePath, Monitor, sleep
|
||||
from xbmcaddon import Addon
|
||||
|
@ -100,6 +100,7 @@ class Service():
|
|||
log.warn("Number of sync threads: %s"
|
||||
% settings('syncThreadNumber'))
|
||||
log.warn("Log Level: %s" % logLevel)
|
||||
log.warn("Full sys.argv received: %s" % argv)
|
||||
|
||||
# Reset window props for profile switch
|
||||
properties = [
|
||||
|
|
Loading…
Reference in a new issue