Increase logging
This commit is contained in:
parent
3196bfce64
commit
cc44c72cd6
1 changed files with 2 additions and 2 deletions
|
@ -291,8 +291,8 @@ class DownloadUtils():
|
|||
return
|
||||
else:
|
||||
r.encoding = 'utf-8'
|
||||
LOG.warn('Unknown answer from PMS %s with status code %s. ',
|
||||
url, r.status_code)
|
||||
LOG.warn('Unknown answer from PMS %s with status code %s: %s',
|
||||
url, r.status_code, r.text)
|
||||
return True
|
||||
|
||||
finally:
|
||||
|
|
Loading…
Reference in a new issue