diff --git a/src/wtp/wtp_main.c b/src/wtp/wtp_main.c index e951918e..a21f8506 100644 --- a/src/wtp/wtp_main.c +++ b/src/wtp/wtp_main.c @@ -100,7 +100,7 @@ int wtp_main(const char *ad) wtpconf_init(); - cw_log_debug_level=2; //conf_debug_level; + cw_log_debug_level=6; //conf_debug_level; #ifdef WITH_DTLS dtls_init();