Harmonize message.

This commit is contained in:
nekral-guest 2011-06-03 21:09:27 +00:00
parent ce737cf543
commit c9281b5bb9

View 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;
}