From b86ad74b8110ce11c3b6d6bc9df03d98c55a54c7 Mon Sep 17 00:00:00 2001
From: Dmitriy Gerasimov <naeper@demlabs.net>
Date: Fri, 24 May 2019 13:42:22 +0700
Subject: [PATCH] [*] set_log_level fix

---
 test/core/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/core/main.c b/test/core/main.c
index d4c1229..cf2804a 100755
--- a/test/core/main.c
+++ b/test/core/main.c
@@ -7,7 +7,7 @@
 
 int main(void) {
     // switch off debug info from library
-    set_log_level(L_CRITICAL);
+    dap_log_level_set(L_CRITICAL);
     dap_strfuncs_tests_run();
     dap_config_tests_run();
     dap_common_test_run();
-- 
GitLab