aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-05-14 21:09:28 +0100
committerChristopher Baines <mail@cbaines.net>2023-05-14 21:09:28 +0100
commitb9d997b9c770a2fdc2765989dd777cccf2826b35 (patch)
tree0958535dd310b17cfd250e1ff1b275ad333eaf9a
parent2c9e0042aa0cb129a15e45c627cb7f1c2b262996 (diff)
downloadbuild-coordinator-b9d997b9c770a2fdc2765989dd777cccf2826b35.tar
build-coordinator-b9d997b9c770a2fdc2765989dd777cccf2826b35.tar.gz
Add extra log line when hashing outputs
-rw-r--r--guix-build-coordinator/agent-messaging/http/server.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/guix-build-coordinator/agent-messaging/http/server.scm b/guix-build-coordinator/agent-messaging/http/server.scm
index c101853..222c6f5 100644
--- a/guix-build-coordinator/agent-messaging/http/server.scm
+++ b/guix-build-coordinator/agent-messaging/http/server.scm
@@ -367,6 +367,10 @@ port. Also, the port used can be changed by passing the --port option.\n"
(define display-info
(rate-limited
(lambda ()
+ (log-msg logger 'DEBUG "currently hashing "
+ (hash-count (const #t)
+ hash-progress-by-filename)
+ " files")
(hash-for-each
(lambda (filename progress)
(match progress