From 265048cc897af8189c64cdfaa41820490f8fad9e Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 15 Jun 2018 09:02:01 +0200 Subject: offload: Fix error message in 'guix offload test'. Reported by Maxim Cournoyer in . * guix/scripts/offload.scm (assert-node-has-guix): Fix typo in failure message; add missing argument. --- guix/scripts/offload.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guix/scripts') diff --git a/guix/scripts/offload.scm b/guix/scripts/offload.scm index 664497bcd5..ee5857e16b 100644 --- a/guix/scripts/offload.scm +++ b/guix/scripts/offload.scm @@ -613,8 +613,8 @@ (define (assert-node-has-guix node name) (leave (G_ "failed to talk to guix-daemon on '~a' (test returned ~s)~%") name x)))) (lambda (key . args) - (leave (G_ "remove evaluation on '~a' failed:~{ ~s~}~%") - args)))) + (leave (G_ "remote evaluation on '~a' failed:~{ ~s~}~%") + name args)))) (define %random-state (delay -- cgit v1.2.3