From 9270a6c58ff7e557eb7faf97dfdc436ab8edd4e3 Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Thu, 29 Aug 2024 13:10:50 +0200 Subject: src: append .img to log that report image fetching --- src/live/ogOperations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/live') diff --git a/src/live/ogOperations.py b/src/live/ogOperations.py index a5e6045..df0c2e1 100644 --- a/src/live/ogOperations.py +++ b/src/live/ogOperations.py @@ -204,7 +204,7 @@ class OgLiveOperations: src = f'/opt/opengnsys/images/{image_name}.img' try: - logging.info(f'Fetching image {image_name} from {src}') + logging.info(f'Fetching image {image_name}.img from {src}') logging.info('*DO NOT REBOOT OR POWEROFF* the client during this time') r = shutil.copy(src, dst) tip_write_csum(image_name) -- cgit v1.2.3-18-g5258