Commit 02e7a5b8 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

switch off debug

parent 49227440
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"