[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#44143] [PATCH 3/5] services: guix-build-coordinator: Output the sta
From: |
Christopher Baines |
Subject: |
[bug#44143] [PATCH 3/5] services: guix-build-coordinator: Output the start script name. |
Date: |
Thu, 22 Oct 2020 17:25:59 +0100 |
As this can be useful for debugging purposes.
* gnu/services/guix.scm (make-guix-build-coordinator-start-script): Output the
current filename.
---
gnu/services/guix.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/services/guix.scm b/gnu/services/guix.scm
index 665267f5e3..1666733e9c 100644
--- a/gnu/services/guix.scm
+++ b/gnu/services/guix.scm
@@ -200,6 +200,8 @@
(guix-build-coordinator build-allocator)
(guix-build-coordinator coordinator))
+ (simple-format #t "starting the guix-build-coordinator:\n ~A\n"
+ (current-filename))
(let* ((metrics-registry (make-metrics-registry
#:namespace
"guixbuildcoordinator_"))
--
2.28.0