From 88399507583958f60840fd96556b2d437497bcb3 Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Wed, 21 Aug 2024 09:28:01 +0200 Subject: live: report that up-to-date image already exists in cache --- src/live/ogOperations.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/live/ogOperations.py b/src/live/ogOperations.py index 2ae44aa..978410f 100644 --- a/src/live/ogOperations.py +++ b/src/live/ogOperations.py @@ -191,6 +191,7 @@ class OgLiveOperations: dst = f'{OG_CACHE_IMAGE_PATH}{image_name}.img' if (os.path.exists(dst) and tip_check_csum(repo, image_name)): + logging.info(f'Found up-to-date image {image_name}.img in cache') return try: -- cgit v1.2.3-18-g5258