aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/agent-messaging
diff options
context:
space:
mode:
Diffstat (limited to 'guix-build-coordinator/agent-messaging')
-rw-r--r--guix-build-coordinator/agent-messaging/http/server.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/guix-build-coordinator/agent-messaging/http/server.scm b/guix-build-coordinator/agent-messaging/http/server.scm
index 4233ebc..5c5e8af 100644
--- a/guix-build-coordinator/agent-messaging/http/server.scm
+++ b/guix-build-coordinator/agent-messaging/http/server.scm
@@ -397,6 +397,9 @@ port. Also, the port used can be changed by passing the --port option.\n"
(cons update-channel
existing-channels))))
(begin
+ (log-msg logger 'DEBUG build-uuid
+ ": starting thread to compute hash for " filename)
+
(hash-set! update-channels-by-filename
filename
(list update-channel))
@@ -409,9 +412,6 @@ port. Also, the port used can be changed by passing the --port option.\n"
(stat:size (stat filename))
0))
- (log-msg logger 'DEBUG build-uuid
- ": starting thread to compute hash for " filename)
-
(call-with-new-thread
(lambda ()
(with-exception-handler