Fix typo. s/Prog/%s/ in the format string.

This commit is contained in:
nekral-guest 2008-09-06 16:00:00 +00:00
parent 18b7c8d188
commit a7b3bcb43c

View File

@ -111,7 +111,7 @@ int find_new_uid (bool sys_user, uid_t *uid, uid_t const *preferred_uid)
}
}
if (user_id == uid_max) {
fprintf (stderr, _("Prog: Can't get unique UID (no more available UIDs)\n"), Prog);
fprintf (stderr, _("%s: Can't get unique UID (no more available UIDs)\n"), Prog);
SYSLOG ((LOG_WARN, "no more available UID on the system"));
return -1;
}