cbaines pushed a commit to branch master
in repository guix.
commit b9f8ce17e4dbfb3f89bddcab0bc0396b4d790cb5
Author: Christopher Baines <[email protected]>
AuthorDate: Thu Oct 22 14:21:19 2020 +0100
services: guix-build-coordinator: Output the start script name.
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 665267f..1666733 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_"))