From: Simon Ruderich Date: Tue, 6 Aug 2013 04:14:48 +0000 (+0200) Subject: Fix compile with --enable-debug. X-Git-Url: https://ruderich.org/simon/gitweb/?p=tlsproxy%2Ftlsproxy.git;a=commitdiff_plain;h=62c92fd81b76ba0cd2e45f0a01166d1a002d9f3c Fix compile with --enable-debug. --- diff --git a/src/tlsproxy.c b/src/tlsproxy.c index 40729f0..cfd240f 100644 --- a/src/tlsproxy.c +++ b/src/tlsproxy.c @@ -258,7 +258,7 @@ static void parse_arguments(int argc, char **argv) { /* Default values. */ thread_count = 10; #ifdef DEBUG - global_log_level = LOG_DEBUG_LEVEL; + global_log_level = LOG_DEBUG1_LEVEL; #else global_log_level = LOG_WARNING_LEVEL; #endif