diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-05-29 10:54:27 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-05-29 10:54:27 +1000 |
commit | f9fea65ba91c6c8002185fab31266f60c6b33a78 (patch) | |
tree | 625c073d14e4f2a3edbd048a90b36a349da3a469 /openbsd-compat/port-aix.c | |
parent | 6b2fe31def24b50c4cc705f2a3b861348b1be8e2 (diff) |
- (dtucker) [openbsd-compat/port-aix.c] Minor correction to debug message,
spotted by tim@.
Diffstat (limited to 'openbsd-compat/port-aix.c')
-rw-r--r-- | openbsd-compat/port-aix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/port-aix.c b/openbsd-compat/port-aix.c index 8267c8ef..81d8124e 100644 --- a/openbsd-compat/port-aix.c +++ b/openbsd-compat/port-aix.c @@ -158,7 +158,7 @@ sys_auth_passwd(Authctxt *ctxt, const char *password) result = authenticate((char *)name, (char *)password, &reenter, &authmsg); aix_remove_embedded_newlines(authmsg); - debug3("AIX/authenticate result %d, msg %.100s", result, + debug3("AIX/authenticate result %d, authmsg %.100s", result, authmsg); } while (reenter); |