diff options
author | Damien Miller <djm@mindrot.org> | 2003-04-09 12:59:48 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-04-09 12:59:48 +0200 |
commit | 996acd2476d9d34b18bb4f99012ea0927458f418 (patch) | |
tree | 1420f273ae5395fc0adc9aa25dcd44fe821884a6 /auth1.c | |
parent | - millert@cvs.openbsd.org 2003/04/07 21:58:05 (diff) | |
download | openssh-996acd2476d9d34b18bb4f99012ea0927458f418.tar.xz openssh-996acd2476d9d34b18bb4f99012ea0927458f418.zip |
*** empty log message ***
Diffstat (limited to 'auth1.c')
-rw-r--r-- | auth1.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -297,7 +297,7 @@ do_authloop(Authctxt *authctxt) * Any unknown messages will be ignored (and failure * returned) during authentication. */ - log("Unknown message during authentication: type %d", type); + logit("Unknown message during authentication: type %d", type); break; } #ifdef BSD_AUTH |