diff options
| author | David Malone <dwmalone@FreeBSD.org> | 2002-06-24 11:33:17 +0000 |
|---|---|---|
| committer | David Malone <dwmalone@FreeBSD.org> | 2002-06-24 11:33:17 +0000 |
| commit | 9836536581aced67fcd8cb50cf8895e2e382114f (patch) | |
| tree | 8724188bcb9bad799ff69cfff252ff18a26b90d9 /usr.sbin/pw | |
| parent | d1a1392d8f5f2774967bb1517f687d013b7263fb (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pw')
| -rw-r--r-- | usr.sbin/pw/pw_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pw/pw_user.c b/usr.sbin/pw/pw_user.c index 3294e6915e39..456c954d21fe 100644 --- a/usr.sbin/pw/pw_user.c +++ b/usr.sbin/pw/pw_user.c @@ -720,7 +720,7 @@ pw_user(struct userconf * cnf, int mode, struct cargs * args) errx(EX_NOUSER, "user '%s' disappeared during update", a_name->val); grp = GETGRGID(pwd->pw_gid); - pw_log(cnf, mode, W_USER, "%s(%ld):%s(%d):%s:%s:%s", + pw_log(cnf, mode, W_USER, "%s(%ld):%s(%ld):%s:%s:%s", pwd->pw_name, (long) pwd->pw_uid, grp ? grp->gr_name : "unknown", (long) (grp ? grp->gr_gid : -1), pwd->pw_gecos, pwd->pw_dir, pwd->pw_shell); |
