Changed default debug level.

FossilOrigin-Name: ed4f3af0c406d979a21029ef524c0156f02d56b2978af092dda02f19cc6d6f3f
This commit is contained in:
7u83@mail.ru 2014-07-28 05:09:57 +00:00
parent 6c9b50091b
commit 4a7987eaa6
1 changed files with 1 additions and 1 deletions

View File

@ -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();