X-Git-Url: https://ruderich.org/simon/gitweb/?p=tlsproxy%2Ftlsproxy.git;a=blobdiff_plain;f=src%2Ftlsproxy.c;h=77459304da23cd61867410d82e6a0a26e02636d0;hp=1ccee20c22ab16b541f39e2adee26c65f5d6a30a;hb=da3b5fdb4d8c70bea3bc4d2a9b5e4eab737864eb;hpb=d87efa4a7a6285603950f5780ef57a72b651c8e9 diff --git a/src/tlsproxy.c b/src/tlsproxy.c index 1ccee20..7745930 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_DEBUG1_LEVEL; + global_log_level = LOG_DEBUG2_LEVEL; #else global_log_level = LOG_WARNING_LEVEL; #endif @@ -356,7 +356,7 @@ static void print_usage(const char *argv) { argv); fprintf(stderr, "\n"); fprintf(stderr, "-a digest authentication file [default: none]\n"); - fprintf(stderr, "-d debug level: 0=errors only, 2=debug [default: 1]\n"); + fprintf(stderr, "-d debug level: 0=errors only, 2=debug, 3=more debug [default: 1]\n"); fprintf(stderr, "-p proxy hostname and port\n"); fprintf(stderr, "-t number of threads [default: 10]\n"); fprintf(stderr, "-u passthrough connection if no certificate is stored \