From 62c92fd81b76ba0cd2e45f0a01166d1a002d9f3c Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 6 Aug 2013 06:14:48 +0200 Subject: [PATCH] Fix compile with --enable-debug. --- src/tlsproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2