From 82d971e4bf1786c59d8fddb5ffdccb990897b3ad Mon Sep 17 00:00:00 2001 From: AndreyFilippov Date: Thu, 15 Sep 2016 16:29:50 -0600 Subject: [PATCH] debug off --- src/pnghist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pnghist.c b/src/pnghist.c index 33cda2d..49d09d2 100644 --- a/src/pnghist.c +++ b/src/pnghist.c @@ -56,7 +56,7 @@ #define QRY_MAXPARAMS 64 -#define THIS_DEBUG 1 +#define THIS_DEBUG 0 // lighttpd requires the following setting to enable logging of the cgi program errors: // ## where cgi stderr output is redirected // server.breakagelog = "/www/logs/lighttpd_stderr.log" -- 2.18.1