diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2022-05-23 09:16:30 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-05-23 09:17:08 +0200 |
commit | db3193f55b455440958c8ce0386a88cf8f75b1e5 (patch) | |
tree | b0206269fc70c48f4b4c49f65260ae4a75432499 /gnu | |
parent | 17e3b7d28fd030f88e1824a937179d80432fcc8a (diff) |
system: image: Tweak error message.
* gnu/system/image.scm (system-disk-image): Tweak it.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/system/image.scm | 2 |
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) |