From: Tobias Oetiker Date: Wed, 4 Jan 2017 16:15:36 +0000 (+0100) Subject: DEBUG should not be active and libraries should not exit anyway ... fix for #760 X-Git-Tag: v1.7.0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3a541126efe51117b8d542939d803a98881d843;p=thirdparty%2Frrdtool-1.x.git DEBUG should not be active and libraries should not exit anyway ... fix for #760 --- diff --git a/src/rrd_open.c b/src/rrd_open.c index c1a49c98..02d3fcb4 100644 --- a/src/rrd_open.c +++ b/src/rrd_open.c @@ -43,7 +43,7 @@ #endif /* DEBUG 2 prints information obtained via mincore(2) */ -#define DEBUG 0 +// #define DEBUG 1 /* do not calculate exact madvise hints but assume 1 page for headers and * set DONTNEED for the rest, which is assumed to be data */ /* Avoid calling madvise on areas that were already hinted. May be beneficial if