Increase logging for background updates
- You will need to enable debug logging in the PKC settings
This commit is contained in:
parent
5240afaf52
commit
4575f1e482
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ class WebSocket(threading.Thread):
|
||||||
if typus is None:
|
if typus is None:
|
||||||
self.logMsg('No message type, dropping message: %s' % message, -1)
|
self.logMsg('No message type, dropping message: %s' % message, -1)
|
||||||
return False
|
return False
|
||||||
|
self.logMsg('Received message from PMS server: %s' % message, 2)
|
||||||
# Drop everything we're not interested in
|
# Drop everything we're not interested in
|
||||||
if typus not in ('playing', 'timeline'):
|
if typus not in ('playing', 'timeline'):
|
||||||
return True
|
return True
|
||||||
|
|
Loading…
Reference in a new issue