]> glassweightruler.freedombox.rocks Git - waydroid.git/blobdiff - tools/helpers/http.py
Add first-launch command [v2]
[waydroid.git] / tools / helpers / http.py
index ff8195779cb833b5800d9fe1d955a7136c808fbe..2aac2b52f6282f4c183ee2e5d9855239a6dc768c 100644 (file)
@@ -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: