From db3193f55b455440958c8ce0386a88cf8f75b1e5 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Mon, 23 May 2022 09:16:30 +0200 Subject: 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(-) (limited to 'gnu/system') 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) -- cgit v1.2.3