summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-03-20 14:54:42 +0100
committerLudovic Courtès <ludo@gnu.org>2020-03-23 10:48:17 +0100
commit8bc745052e051d142213a0ea74c39bdd7c5ace70 (patch)
treec4deaffb30405e66958af598340427eae65cc486
parent129237272505d58e121c40b938c7227f294ecb82 (diff)
downloadpatches-8bc745052e051d142213a0ea74c39bdd7c5ace70.tar
patches-8bc745052e051d142213a0ea74c39bdd7c5ace70.tar.gz
machine: ssh: Better report missing initrd modules.
* gnu/machine/ssh.scm (machine-check-initrd-modules): Improve message upon module mismatch.
-rw-r--r--gnu/machine/ssh.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/machine/ssh.scm b/gnu/machine/ssh.scm
index 85ecbb6d14..116da86327 100644
--- a/gnu/machine/ssh.scm
+++ b/gnu/machine/ssh.scm
@@ -271,7 +271,7 @@ not available in the initrd."
(unless (null? missing)
(raise (condition
(&message
- (message (format #f (G_ "~a missing modules ~{ ~a~}~%")
+ (message (format #f (G_ "missing modules for ~a:~{ ~a~}~%")
(file-system-device fs)
missing))))))))