diff options
-rw-r--r-- | slowcgi.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1284,9 +1284,6 @@ 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 |
@@ -1284,9 +1284,6 @@ syslog_debug(const char *fmt, ...) { va_list ap; - if (!debug) - return; - va_start(ap, fmt); vsyslog(LOG_DEBUG, fmt, ap); va_end(ap); |