=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth2-passwd.c,v retrieving revision 1.2.4.1 retrieving revision 1.3 diff -u -r1.2.4.1 -r1.3 --- src/usr.bin/ssh/auth2-passwd.c 2002/06/26 15:52:13 1.2.4.1 +++ src/usr.bin/ssh/auth2-passwd.c 2003/04/08 20:21:28 1.3 @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth2-passwd.c,v 1.2.4.1 2002/06/26 15:52:13 jason Exp $"); +RCSID("$OpenBSD: auth2-passwd.c,v 1.3 2003/04/08 20:21:28 itojun Exp $"); #include "xmalloc.h" #include "packet.h" @@ -44,7 +44,7 @@ u_int len; change = packet_get_char(); if (change) - log("password change not supported"); + logit("password change not supported"); password = packet_get_string(&len); packet_check_eom(); if (authctxt->valid &&