diff --git a/main.c b/main.c index ab1b71a..c198ac6 100644 --- a/main.c +++ b/main.c @@ -556,7 +556,7 @@ int main } if ((pw = getpwnam(user)) == NULL) - LOG_FATAL("Could not get %s uid/gid", user); + LOG_FATAL("Could not get user/group ID of %s", user); /* Create all directories before dropping root */ CNF_CreateDirs(pw->pw_uid, pw->pw_gid);