aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2024-05-17 17:46:48 +0100
committerChristopher Baines <mail@cbaines.net>2024-05-17 17:46:48 +0100
commit8a3bdeea12fc60434e0f46ea501299ce8c2269d8 (patch)
tree58885c2376421f786b7911803e432bd1ae0e83c1 /guix-qa-frontpage
parent4d3884a59f55e3eeab44067801b9bf46b67e2609 (diff)
downloadqa-frontpage-8a3bdeea12fc60434e0f46ea501299ce8c2269d8.tar
qa-frontpage-8a3bdeea12fc60434e0f46ea501299ce8c2269d8.tar.gz
Fix log messages
Diffstat (limited to 'guix-qa-frontpage')
-rw-r--r--guix-qa-frontpage/manage-builds.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix-qa-frontpage/manage-builds.scm b/guix-qa-frontpage/manage-builds.scm
index d07a773..75ebc3b 100644
--- a/guix-qa-frontpage/manage-builds.scm
+++ b/guix-qa-frontpage/manage-builds.scm
@@ -210,7 +210,7 @@
(lambda (exn)
(simple-format
(current-error-port)
- "exception in submit patch builds thread: ~A\n"
+ "exception in submit patch builds fiber: ~A\n"
exn))
(lambda ()
(with-throw-handler #t
@@ -464,7 +464,7 @@
(lambda (exn)
(simple-format
(current-error-port)
- "exception in submit branch builds thread: ~A\n"
+ "exception in submit branch builds fiber: ~A\n"
exn))
(lambda ()
(with-throw-handler #t