Skip to content

Commit

Permalink
Merge remote-tracking branch 'richtja/download.url_open_message_fix'
Browse files Browse the repository at this point in the history
Signed-off-by: Cleber Rosa <[email protected]>
  • Loading branch information
clebergnu committed Oct 9, 2023
2 parents e26c382 + 83b6f90 commit bf5c7f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion avocado/utils/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ def url_open(url, data=None, timeout=5):
log.error(msg)
return None

msg = 'Retrieved URL "%s": content-length %s, date: "%s", last-modified: "%s"'
msg = (
'Opened URL "%s" and received response with headers including: '
'content-length %s, date: "%s", last-modified: "%s"'
)
log.debug(
msg,
url,
Expand Down

0 comments on commit bf5c7f2

Please sign in to comment.