Improve logging
This commit is contained in:
parent
e9f49be7f3
commit
323a4482e5
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import xbmc
|
|||
|
||||
from . import utils, app
|
||||
|
||||
LOG = getLogger('PLEX.' + __name__)
|
||||
LOG = getLogger('PLEX.threads')
|
||||
|
||||
|
||||
class KillableThread(threading.Thread):
|
||||
|
|
Loading…
Reference in a new issue