summaryrefslogtreecommitdiff
path: root/src/common/username.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/username.c')
-rw-r--r--src/common/username.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/username.c b/src/common/username.c
index 24c5b47627..aa3ebeaa90 100644
--- a/src/common/username.c
+++ b/src/common/username.c
@@ -42,7 +42,7 @@ get_user_name(char **errstr)
pw = getpwuid(user_id);
if (!pw)
{
- *errstr = psprintf(_("failed to look up effective user id %ld: %s"),
+ *errstr = psprintf(_("could not look up effective user ID %ld: %s"),
(long) user_id,
errno ? strerror(errno) : _("user does not exist"));
return NULL;