diff options
-rw-r--r-- | gnu/machine/ssh.scm | 2 |
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)))))))) |