components/proftpd/patches/010.20393612.patch
branchs11-update
changeset 4303 fe962209b82f
parent 3948 568dd7b9cf04
equal deleted inserted replaced
4290:6be89e713896 4303:fe962209b82f
       
     1 http://bugs.proftpd.org/show_bug.cgi?id=4132
       
     2 
       
     3 diff --git a/src/log.c b/src/log.c
       
     4 index 4b83413..c83b8ee 100644
       
     5 --- a/src/log.c
       
     6 +++ b/src/log.c
       
     7 @@ -36,7 +36,7 @@
       
     8  static int syslog_open = FALSE;
       
     9  static int syslog_discard = FALSE;
       
    10  static int logstderr = TRUE;
       
    11 -static int debug_level = DEBUG0;	/* Default is no debug logging */
       
    12 +static int debug_level = DEBUG0 - 1;	/* Default is no debug logging */
       
    13  static int facility = LOG_DAEMON;
       
    14  static int set_facility = -1;
       
    15  static char systemlog_fn[PR_TUNABLE_PATH_MAX] = {'\0'};