From 67e7c88f0447d8dd5ff65b4259708b0557ed592a Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Wed, 17 Aug 2022 18:19:34 +0530 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Updated=20log=20message?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index a94c448..c269317 100644 --- a/main.py +++ b/main.py @@ -362,7 +362,7 @@ def main() -> None: else: version = downloader.apkmirror_latest_version(app) get_patches() - logger.debug(f"Download completed {app}") + logger.debug(f"Downloaded {app}") arg_parser.run(app=app, version=version, is_experimental=is_experimental) except Exception as e: logger.exception(f"Failed to build {app} because of {e}")