Skip to content
Snippets Groups Projects
Unverified Commit 38facc58 authored by Constantin Papizh's avatar Constantin Papizh Committed by GitHub
Browse files

Log level +

parent 2dc6ff85
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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