summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/live/ogOperations.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live/ogOperations.py b/src/live/ogOperations.py
index 8505beb..42d415f 100644
--- a/src/live/ogOperations.py
+++ b/src/live/ogOperations.py
@@ -136,10 +136,10 @@ class OgLiveOperations:
with open(checksum_file_path, 'r') as f:
image_checksum = f.read()
except (FileNotFoundError, PermissionError, OSError) as e:
- logging.info(f'Error reading file at {checksum_file_path}: {e}')
+ logging.error(f'Cannot read checksum file {checksum_file_path}: {e}')
if not image_checksum:
- logging.info(f'Warning: empty checksum for image {file_name}')
+ logging.error(f'Empty checksum for image {file_name}')
image_size = os.stat(file_path).st_size
cache_contents.append({