guix-commits
[Top][All Lists]
Advanced

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

02/05: system: image: Tweak error message.


From: guix-commits
Subject: 02/05: system: image: Tweak error message.
Date: Mon, 23 May 2022 04:27:50 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit db3193f55b455440958c8ce0386a88cf8f75b1e5
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon May 23 09:16:30 2022 +0200

    system: image: Tweak error message.
    
    * gnu/system/image.scm (system-disk-image): Tweak it.
---
 gnu/system/image.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/image.scm b/gnu/system/image.scm
index 251615a757..2cd035e4e7 100644
--- a/gnu/system/image.scm
+++ b/gnu/system/image.scm
@@ -299,7 +299,7 @@ used in the image."
         (raise (condition
                 (&message
                  (message
-                  (format #f (G_ "Unsupported image type ~a~%.")
+                  (format #f (G_ "unsupported image type: ~a")
                           format))))))))
 
     (define (partition->dos-type partition)



reply via email to

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