Increase logging

This commit is contained in:
tomkat83 2017-02-01 12:55:31 +01:00
parent 2055879458
commit 20223f5428

View file

@ -601,6 +601,7 @@ class PlexAPI():
PMS['uuid'], 'baseURL', PMS['baseURL'])
self.updatePMSProperty(
PMS['uuid'], 'ownername', PMS['ownername'])
log.debug('Found PMS: %s' % self.g_PMS[PMS['uuid']])
queue.task_done()
def pokePMS(self, PMS, queue):