]> granicus.if.org Git - shadow/commitdiff
Fix typo. s/Prog/%s/ in the format string.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 6 Sep 2008 16:00:00 +0000 (16:00 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 6 Sep 2008 16:00:00 +0000 (16:00 +0000)
libmisc/find_new_uid.c

index 835b2794f57e5a16a3ad8ac43bd2a3717a9dfa56..cdf1252197b56376156b76c86a7c9ccc71e9bafc 100644 (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;
                }