[gimp-web/wip/Jehan/fix-ci] More debug.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/wip/Jehan/fix-ci] More debug.
- Date: Sun, 1 May 2022 18:51:24 +0000 (UTC)
commit 4db769ac6966692ffb76170461d689e79fdb64fe
Author: Jehan <jehan girinstud io>
Date: Sun May 1 20:51:13 2022 +0200
More debug.
tools/downloads/gimp-check-mirrors.py | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/tools/downloads/gimp-check-mirrors.py b/tools/downloads/gimp-check-mirrors.py
index fe9802c6..1a8aab00 100755
--- a/tools/downloads/gimp-check-mirrors.py
+++ b/tools/downloads/gimp-check-mirrors.py
@@ -111,6 +111,7 @@ def verify_remote(uri, future):
# a reasonable chunk size to process.
for line in response.iter_content(chunk_size=65536, decode_unicode=False):
m.update(line)
+ print("verify_remote({}) DOWNLOADED in {}".format(uri, time.monotonic() - start))
if m.digest() == future.result():
checksum_ok = True
success = True
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]