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