summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/utils/tiptorrent.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/tiptorrent.py b/src/utils/tiptorrent.py
index f93b855..77cc78b 100644
--- a/src/utils/tiptorrent.py
+++ b/src/utils/tiptorrent.py
@@ -84,6 +84,7 @@ def tip_check_csum(tip_addr, image_name):
else:
ret = False
logging.warn(f'Checksum mismatch for {image_name}.img')
+ logging.warn(f'Server reports checksum {remote_csum} but local checksum is {cache_csum}')
return ret