Skip to content
Snippets Groups Projects
Commit b86ad74b authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

[*] set_log_level fix

parent d5738f66
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment