]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
DEBUG should not be active and libraries should not exit anyway ... fix for #760
authorTobias Oetiker <tobi@oetiker.ch>
Wed, 4 Jan 2017 16:15:36 +0000 (17:15 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Wed, 4 Jan 2017 16:15:36 +0000 (17:15 +0100)
src/rrd_open.c

index c1a49c986673fe3fb39c39828cea7f4ec2129d68..02d3fcb4be9e215a3a2abc025901614ad8cbcf7a 100644 (file)
@@ -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