diff options
-rwxr-xr-x | clnindexdl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clnindexdl.py b/clnindexdl.py index 5b1f537..69a4a10 100755 --- a/clnindexdl.py +++ b/clnindexdl.py @@ -53,7 +53,7 @@ def wget_and_verify( ftp_url, md5, output_dir ): retry += 1 print(f'RETRY {retry}: ERR: checksum mismatch {sums} != {md5}', file=sys.stderr) else: - print(f'[{filepath}] : completed download') + print(f'[{filename}] : completed download') return print(f'ERR: MAXIMUM RETRIES EXCEEDED', file=sys.stderr) |