From b9d997b9c770a2fdc2765989dd777cccf2826b35 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 14 May 2023 21:09:28 +0100 Subject: Add extra log line when hashing outputs --- guix-build-coordinator/agent-messaging/http/server.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'guix-build-coordinator/agent-messaging/http/server.scm') 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 -- cgit v1.2.3