diff --git a/ChangeLog b/ChangeLog index f6ace4314..4d85ddafd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ While at it, initialize the other arguments to auth functions in case they ever acquire this behaviour. - (dtucker) [openbsd-compat/port-aix.c] Whitespace cleanups while there. + - (dtucker) [openbsd-compat/port-aix.c] Minor correction to debug message, + spotted by tim@. 20050528 - (dtucker) [configure.ac] For AC_CHECK_HEADERS() and AC_CHECK_FUNCS() have @@ -2635,4 +2637,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.3799 2005/05/29 00:32:47 dtucker Exp $ +$Id: ChangeLog,v 1.3800 2005/05/29 00:54:27 dtucker Exp $ diff --git a/openbsd-compat/port-aix.c b/openbsd-compat/port-aix.c index 8267c8ef1..81d8124e0 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);