guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/08: machine: ssh: Better report missing initrd modules.


From: guix-commits
Subject: 06/08: machine: ssh: Better report missing initrd modules.
Date: Mon, 23 Mar 2020 05:48:34 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 8bc745052e051d142213a0ea74c39bdd7c5ace70
Author: Ludovic Courtès <address@hidden>
AuthorDate: Fri Mar 20 14:54:42 2020 +0100

    machine: ssh: Better report missing initrd modules.
    
    * gnu/machine/ssh.scm (machine-check-initrd-modules): Improve message
    upon module mismatch.
---
 gnu/machine/ssh.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/machine/ssh.scm b/gnu/machine/ssh.scm
index 85ecbb6..116da86 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))))))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]