mothacehe pushed a commit to branch master
in repository guix.

commit db3193f55b455440958c8ce0386a88cf8f75b1e5
Author: Mathieu Othacehe <[email protected]>
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