More logging

This commit is contained in:
tomkat83 2016-04-13 14:42:04 +02:00
parent 8794f221ff
commit 7f9542c531

View file

@ -259,7 +259,7 @@ class DownloadUtils():
# Called when checking a connect - no need for rash action
return 401
r.encoding = 'utf-8'
self.logMsg('HTTP error 401 from PMS', -1)
self.logMsg('HTTP error 401 from PMS %s' % url, -1)
self.logMsg(r.text, 1)
if '401 Unauthorized' in r.text:
# Truly unauthorized