summaryrefslogtreecommitdiff
path: root/auth1.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth1.c')
-rw-r--r--auth1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth1.c b/auth1.c
index c273f2fb6..03a54a9cd 100644
--- a/auth1.c
+++ b/auth1.c
@@ -297,7 +297,7 @@ do_authloop(Authctxt *authctxt)
297 * Any unknown messages will be ignored (and failure 297 * Any unknown messages will be ignored (and failure
298 * returned) during authentication. 298 * returned) during authentication.
299 */ 299 */
300 log("Unknown message during authentication: type %d", type); 300 logit("Unknown message during authentication: type %d", type);
301 break; 301 break;
302 } 302 }
303#ifdef BSD_AUTH 303#ifdef BSD_AUTH