diff options
Diffstat (limited to 'src/utils/tiptorrent.py')
-rw-r--r-- | src/utils/tiptorrent.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/tiptorrent.py b/src/utils/tiptorrent.py index 1aa1a6a..4f177cd 100644 --- a/src/utils/tiptorrent.py +++ b/src/utils/tiptorrent.py @@ -94,8 +94,8 @@ def tip_check_csum(tip_addr, image_name): logging.info(f'Checksum is OK for {image_name}.img') 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}') + logging.warning(f'Checksum mismatch for {image_name}.img') + logging.warning(f'Server reports checksum {remote_csum} but local checksum is {cache_csum}') return ret |