summaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/system')
-rw-r--r--gnu/system/shadow.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/system/shadow.scm b/gnu/system/shadow.scm
index 47557191f8..0538fb1a24 100644
--- a/gnu/system/shadow.scm
+++ b/gnu/system/shadow.scm
@@ -251,7 +251,7 @@ through the internal use of hash tables."
(() *unspecified*)
(duplicates
(warning
- (G_ "the following accounts appear more than once:~{ ~a~}")
+ (G_ "the following accounts appear more than once:~{ ~a~}~%")
duplicates))))
(define (assert-unique-group-names groups)
@@ -259,7 +259,7 @@ through the internal use of hash tables."
(() *unspecified*)
(duplicates
(warning
- (G_ "the following groups appear more than once:~{ ~a~}")
+ (G_ "the following groups appear more than once:~{ ~a~}~%")
duplicates))))
(define (assert-valid-users/groups users groups)