live: rewrite log in case tiptorrent client fails

Specify that image file cannot be found in cache because tiptorrent has failed,
otherwise it is confusing.
master
OpenGnSys Support Team 2024-05-06 19:10:11 +02:00
parent 8ecd57552a
commit 1ca3639389
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ class OgLiveOperations:
raise
if (not os.path.exists(image_path)):
raise OgError(f'Image file {image_path} does not exist')
raise OgError(f'could not find {image_path} in cache')
if (not tip_check_csum(repo, name)):
raise OgError(f'checksum file {name}.full.sum is missing in repository {repo}')