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
|
return
|
||||||
else:
|
else:
|
||||||
r.encoding = 'utf-8'
|
r.encoding = 'utf-8'
|
||||||
LOG.warn('Unknown answer from PMS %s with status code %s. ',
|
LOG.warn('Unknown answer from PMS %s with status code %s: %s',
|
||||||
url, r.status_code)
|
url, r.status_code, r.text)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
finally:
|
finally:
|
||||||
|
|
Loading…
Reference in a new issue