# HG changeset patch # User Tomas Klacko # Date 1426513068 25200 # Node ID 800060d4804026a8a30bfcaec034a0120dd39d04 # Parent 49b86ceff7232856d8ce92ce5cdec4be2065a78f 20393612 silence debug info "Reallocating sreaddir buffer from 14 entries to 28 entries" diff -r 49b86ceff723 -r 800060d48040 components/proftpd/patches/20393612.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/proftpd/patches/20393612.patch Mon Mar 16 06:37:48 2015 -0700 @@ -0,0 +1,15 @@ +http://bugs.proftpd.org/show_bug.cgi?id=4132 + +diff --git a/src/log.c b/src/log.c +index 4b83413..c83b8ee 100644 +--- a/src/log.c ++++ b/src/log.c +@@ -36,7 +36,7 @@ + static int syslog_open = FALSE; + static int syslog_discard = FALSE; + static int logstderr = TRUE; +-static int debug_level = DEBUG0; /* Default is no debug logging */ ++static int debug_level = DEBUG0 - 1; /* Default is no debug logging */ + static int facility = LOG_DAEMON; + static int set_facility = -1; + static char systemlog_fn[PR_TUNABLE_PATH_MAX] = {'\0'};