]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/commitdiff
Fix compile with --enable-debug.
authorSimon Ruderich <simon@ruderich.org>
Tue, 6 Aug 2013 04:14:48 +0000 (06:14 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 6 Aug 2013 04:14:48 +0000 (06:14 +0200)
src/tlsproxy.c

index 40729f08c8240938ea24dca75597a96115c2c474..cfd240f3569a1460f7f11badb0690c9f0294bb00 100644 (file)
@@ -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