We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca9b5e commit c0c12b9Copy full SHA for c0c12b9
chia/data_layer/download_data.py
@@ -377,4 +377,4 @@ async def http_download(
377
new_percentage = f"{progress_byte / size:.0%}"
378
if new_percentage != progress_percentage:
379
progress_percentage = new_percentage
380
- log.info(f"Downloading delta file {filename}. {progress_percentage} of {size} bytes.")
+ log.debug(f"Downloading delta file {filename}. {progress_percentage} of {size} bytes.")
0 commit comments