From f3a541126efe51117b8d542939d803a98881d843 Mon Sep 17 00:00:00 2001 From: Tobias Oetiker Date: Wed, 4 Jan 2017 17:15:36 +0100 Subject: [PATCH] DEBUG should not be active and libraries should not exit anyway ... fix for #760 --- src/rrd_open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2