Update logging

This commit is contained in:
tomkat83 2017-02-01 16:56:37 +01:00
parent 20223f5428
commit 38a6c1eae6

View file

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