From 996acd2476d9d34b18bb4f99012ea0927458f418 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 9 Apr 2003 20:59:48 +1000 Subject: *** empty log message *** --- auth1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth1.c') diff --git a/auth1.c b/auth1.c index c273f2fb..03a54a9c 100644 --- a/auth1.c +++ b/auth1.c @@ -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 -- cgit v1.2.3