aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/guix-build-coordinator.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/guix-build-coordinator.in b/scripts/guix-build-coordinator.in
index 78a9885..6191c90 100644
--- a/scripts/guix-build-coordinator.in
+++ b/scripts/guix-build-coordinator.in
@@ -691,7 +691,9 @@ tags:
(assq-ref opts 'coordinator)
agent-id
(list->vector new-tags))))
- (simple-format #t "changed tags to:\n")
+ (if (equal? initial-tags new-tags)
+ (simple-format #t "tags unchanged:\n")
+ (simple-format #t "changed tags to:\n"))
(for-each (match-lambda
((('key . key)
('value . value))