More logging
This commit is contained in:
parent
8794f221ff
commit
7f9542c531
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue