Increase logging

This commit is contained in:
croneter 2020-02-25 12:04:00 +01:00
parent 3196bfce64
commit cc44c72cd6

View file

@ -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: