]> granicus.if.org Git - shadow/commitdiff
Harmonize message.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 3 Jun 2011 21:09:27 +0000 (21:09 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 3 Jun 2011 21:09:27 +0000 (21:09 +0000)
libmisc/find_new_uid.c

index 48472cb1349d58543080e37eedfa5cbdd9dc7e32..5ce013f8d2121c721bb0a446bb5dd68ed671bbbe 100644 (file)
@@ -79,7 +79,7 @@ int find_new_uid (bool sys_user,
        used_uids = malloc (sizeof (bool) * (uid_max +1));
        if (NULL == used_uids) {
                fprintf (stderr,
-                        _("%s: failed to allocate memory. %s\n"),
+                        _("%s: failed to allocate memory: %s\n"),
                         Prog, strerror (errno));
                return -1;
        }