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

[-] debug printfs

parent 5b25bbf2
No related branches found
No related tags found
No related merge requests found
...@@ -149,7 +149,7 @@ bool dap_db_history_add(char a_type, pdap_store_obj_t a_store_obj, size_t a_dap_ ...@@ -149,7 +149,7 @@ bool dap_db_history_add(char a_type, pdap_store_obj_t a_store_obj, size_t a_dap_
l_store_data.group = GROUP_LOCAL_HISTORY; l_store_data.group = GROUP_LOCAL_HISTORY;
l_store_data.timestamp = time(NULL); l_store_data.timestamp = time(NULL);
int l_res = dap_db_add(&l_store_data, 1); int l_res = dap_db_add(&l_store_data, 1);
printf("!!!\n!!!HISTORY store save l_res=%d ts=%lld text=%s\n!!!\n",l_res,l_store_data.timestamp,l_str); //printf("!!!\n!!!HISTORY store save l_res=%d ts=%lld text=%s\n!!!\n",l_res,l_store_data.timestamp,l_str);
if(l_rec.keys_count > 1) if(l_rec.keys_count > 1)
DAP_DELETE(l_rec.keys); DAP_DELETE(l_rec.keys);
DAP_DELETE(l_str); DAP_DELETE(l_str);
......
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