From e4349a3c26b1243a274d298c5e259566a5cb0a52 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 14 Feb 2021 09:08:03 +0000 Subject: Add a log message at the end of a build So it's clearer that it's ended. --- guix-build-coordinator/agent.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/guix-build-coordinator/agent.scm b/guix-build-coordinator/agent.scm index c0043bd..d970a24 100644 --- a/guix-build-coordinator/agent.scm +++ b/guix-build-coordinator/agent.scm @@ -148,7 +148,11 @@ coordinator-interface build-id derivation-name - end-time)))) + end-time))) + (log-msg lgr 'INFO + build-id + ": finished processing: " + derivation-name)) (begin (log-msg lgr 'INFO build-id -- cgit v1.2.3