From f9fea65ba91c6c8002185fab31266f60c6b33a78 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sun, 29 May 2005 10:54:27 +1000 Subject: - (dtucker) [openbsd-compat/port-aix.c] Minor correction to debug message, spotted by tim@. --- openbsd-compat/port-aix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsd-compat') 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); -- cgit v1.2.3