]> andersk Git - openssh.git/blobdiff - servconf.c
Please grep through the source and look for 'ISSUE' comments and verify
[openssh.git] / servconf.c
index fb42d74ef165f1612ccf9ba5f8e2a61a52afe157..544bb340ea8b4b5f973e0c8a8ee995b679b95054 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: servconf.c,v 1.57 2001/01/08 22:29:05 markus Exp $");
+RCSID("$OpenBSD: servconf.c,v 1.58 2001/01/18 16:20:22 markus Exp $");
 
 #include "ssh.h"
 #include "servconf.h"
@@ -130,7 +130,7 @@ fill_default_server_options(ServerOptions *options)
        if (options->log_facility == (SyslogFacility) (-1))
                options->log_facility = SYSLOG_FACILITY_AUTH;
        if (options->log_level == (LogLevel) (-1))
-               options->log_level = SYSLOG_LEVEL_NOTICE;
+               options->log_level = SYSLOG_LEVEL_INFO;
        if (options->rhosts_authentication == -1)
                options->rhosts_authentication = 0;
        if (options->rhosts_rsa_authentication == -1)
This page took 0.050146 seconds and 4 git commands to generate.