aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/image.scm
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2022-05-23 09:16:30 +0200
committerMathieu Othacehe <othacehe@gnu.org>2022-05-23 09:17:08 +0200
commitdb3193f55b455440958c8ce0386a88cf8f75b1e5 (patch)
treeb0206269fc70c48f4b4c49f65260ae4a75432499 /gnu/system/image.scm
parent17e3b7d28fd030f88e1824a937179d80432fcc8a (diff)
downloadguix-db3193f55b455440958c8ce0386a88cf8f75b1e5.tar
guix-db3193f55b455440958c8ce0386a88cf8f75b1e5.tar.gz
system: image: Tweak error message.
* gnu/system/image.scm (system-disk-image): Tweak it.
Diffstat (limited to 'gnu/system/image.scm')
-rw-r--r--gnu/system/image.scm2
1 files changed, 1 insertions, 1 deletions
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)