From 38facc58cabd6e56b117e3d013f54e8dfe436e2b Mon Sep 17 00:00:00 2001 From: Constantin Papizh <p.const@bk.ru> Date: Thu, 25 Jul 2019 13:50:30 +0300 Subject: [PATCH] Log level + --- test/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/main.c b/test/main.c index 9dcb5f886..1622a62ce 100755 --- a/test/main.c +++ b/test/main.c @@ -5,7 +5,7 @@ int main(void) { // switch off debug info from library - dap_log_level_set(L_DEBUG); + dap_log_level_set(L_CRITICAL); // dap_global_db_tests_run(); dap_tx_tests_run(); return 0; -- GitLab