From 712d515f9c0f8753b935187b22aaedbd322c52a8 Mon Sep 17 00:00:00 2001 From: lou Date: Mon, 10 Aug 2026 19:16:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD:=20aria2=20notice=20?= =?UTF-8?q?=E7=BA=A7=E6=97=A5=E5=BF=97=20(=E8=BF=9B=E5=BA=A6=E5=8F=AF?= =?UTF-8?q?=E8=A7=81)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/7z-encrypt-client-bin/DEBIAN/md5sums | 2 +- debian/7z-encrypt-client/DEBIAN/md5sums | 2 +- debian/7z-encrypt-client/usr/share/7z-encrypt/transfer.py | 2 +- transfer.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/7z-encrypt-client-bin/DEBIAN/md5sums b/debian/7z-encrypt-client-bin/DEBIAN/md5sums index 3a4f239..b95b750 100644 --- a/debian/7z-encrypt-client-bin/DEBIAN/md5sums +++ b/debian/7z-encrypt-client-bin/DEBIAN/md5sums @@ -1,6 +1,6 @@ a7346d13df51c26822c41489cfbbd106 usr/bin/sz-backup 61901c8e9af062eef5c386c715f5f3bb usr/bin/sz-config -f83888ad59b904747ac933a89fd98b55 usr/bin/sz-transfer +f62e14cef638f917e043453509ebe1e9 usr/bin/sz-transfer ae6b68e345a0f5f3397aa8ead8a199f1 usr/bin/sz-tui 198943ad7a94f6ba0995cf2d326f66d4 usr/share/doc/7z-encrypt-client-bin/changelog.gz fadf3972cc61c7c76d0ccc20b29a804c usr/share/doc/7z-encrypt-client-bin/copyright diff --git a/debian/7z-encrypt-client/DEBIAN/md5sums b/debian/7z-encrypt-client/DEBIAN/md5sums index d1650f7..1ac7223 100644 --- a/debian/7z-encrypt-client/DEBIAN/md5sums +++ b/debian/7z-encrypt-client/DEBIAN/md5sums @@ -8,7 +8,7 @@ dcb31e74e0a6ee8073337fc4fb2acf99 usr/share/7z-encrypt/config.py 21062e04f8c7f4471881a39c489dfa73 usr/share/7z-encrypt/metadata.py 3478ac8277b4b1a38694ad0cc8cdbcdb usr/share/7z-encrypt/splitter.py b90b8c950f99e1439bc273f50a2ee0a6 usr/share/7z-encrypt/state.py -145ac54cb829352d38f2304fefe78e08 usr/share/7z-encrypt/transfer.py +d5f5f2c428e022bf19d1d98bc7659d1a usr/share/7z-encrypt/transfer.py 67d4b90265abf5a72af959f66679dd0f usr/share/7z-encrypt/tui.py 198943ad7a94f6ba0995cf2d326f66d4 usr/share/doc/7z-encrypt-client/changelog.gz fadf3972cc61c7c76d0ccc20b29a804c usr/share/doc/7z-encrypt-client/copyright diff --git a/debian/7z-encrypt-client/usr/share/7z-encrypt/transfer.py b/debian/7z-encrypt-client/usr/share/7z-encrypt/transfer.py index 16eeff9..7b8897c 100644 --- a/debian/7z-encrypt-client/usr/share/7z-encrypt/transfer.py +++ b/debian/7z-encrypt-client/usr/share/7z-encrypt/transfer.py @@ -293,7 +293,7 @@ class TransferClient: aria2, "-i", str(urls_file), "-d", str(workdir), "--max-concurrent-downloads=8", "--split=4", "--max-connection-per-server=4", "--min-split-size=1M", "--file-allocation=none", "--allow-overwrite=true", - "--auto-file-renaming=false", "--console-log-level=warn", + "--auto-file-renaming=false", "--console-log-level=notice", "--summary-interval=1", "--quiet=false", "--no-conf=true", ] if self.token: diff --git a/transfer.py b/transfer.py index 16eeff9..7b8897c 100644 --- a/transfer.py +++ b/transfer.py @@ -293,7 +293,7 @@ class TransferClient: aria2, "-i", str(urls_file), "-d", str(workdir), "--max-concurrent-downloads=8", "--split=4", "--max-connection-per-server=4", "--min-split-size=1M", "--file-allocation=none", "--allow-overwrite=true", - "--auto-file-renaming=false", "--console-log-level=warn", + "--auto-file-renaming=false", "--console-log-level=notice", "--summary-interval=1", "--quiet=false", "--no-conf=true", ] if self.token: