machine: ssh: Better report missing initrd modules.

* gnu/machine/ssh.scm (machine-check-initrd-modules): Improve message
upon module mismatch.
This commit is contained in:
Ludovic Courtès 2020-03-20 14:54:42 +01:00
parent 1292372725
commit 8bc745052e
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -271,7 +271,7 @@ (define dev
(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))))))))