diff options
-rw-r--r-- | slowcgi.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1314,6 +1314,9 @@ syslog_debug(const char *fmt, ...) { va_list ap; + if (!debug) + return; + va_start(ap, fmt); vsyslog(LOG_DEBUG, fmt, ap); va_end(ap); |
index : slowcgi | ||
A Linux port of OpenBSD's slowcgi(8) |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | slowcgi.c | 3 |
@@ -1314,6 +1314,9 @@ syslog_debug(const char *fmt, ...) { va_list ap; + if (!debug) + return; + va_start(ap, fmt); vsyslog(LOG_DEBUG, fmt, ap); va_end(ap); |