diff options
author | Christopher Baines <mail@cbaines.net> | 2022-01-20 12:23:36 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-01-20 12:23:36 +0000 |
commit | e797945f532567207c59dae349f956a21e36ba46 (patch) | |
tree | 9d39e0280f92adef4b6d9fb2afd92c289bef3cdf | |
parent | 820068ba632d0de7d38a7ce2cb1640ac3020682a (diff) | |
download | build-coordinator-e797945f532567207c59dae349f956a21e36ba46.tar build-coordinator-e797945f532567207c59dae349f956a21e36ba46.tar.gz |
Fix retry logging message
-rw-r--r-- | guix-build-coordinator/utils.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-build-coordinator/utils.scm b/guix-build-coordinator/utils.scm index d8a567b..7ab13e6 100644 --- a/guix-build-coordinator/utils.scm +++ b/guix-build-coordinator/utils.scm @@ -605,7 +605,7 @@ References: ~a~%" (begin (simple-format (current-error-port) - "error: ~A:\n ~A,\n attempt ~A of ~A, last retry in ~A\\n" + "error: ~A:\n ~A,\n attempt ~A of ~A, last retry in ~A\n" f exn attempt |