aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/guix-build-coordinator.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/guix-build-coordinator.in b/scripts/guix-build-coordinator.in
index 1e4fdc3..bfc17d4 100644
--- a/scripts/guix-build-coordinator.in
+++ b/scripts/guix-build-coordinator.in
@@ -176,6 +176,9 @@
(parameterize ((%show-error-details
(assoc-ref opts 'show-error-details)))
+ (simple-format #t "listening on ~A:~A\n"
+ (assq-ref opts 'host)
+ (assq-ref opts 'port))
(http-agent-messaging-start-server
(assq-ref opts 'port)
(assq-ref opts 'host)