X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/d0f96e44cc60f7fee2d338e28a44961984f45c89..0835ece5bc10f3cfe4a09cf0ef24351ee315ba68:/tools/helpers/http.py diff --git a/tools/helpers/http.py b/tools/helpers/http.py index ff81957..2aac2b5 100644 --- a/tools/helpers/http.py +++ b/tools/helpers/http.py @@ -105,7 +105,7 @@ def download(args, url, prefix, cache=True, loglevel=logging.INFO, tools.helpers.run.user(args, ["rm", path]) # Download the file - logging.log(loglevel, "Download " + url) + logging.log(loglevel, "Downloading " + url) try: with urllib.request.urlopen(url) as response: with open(path, "wb") as handle: