Skip to content
Snippets Groups Projects
Commit 04865ac6 authored by Aleksandr Lysikov's avatar Aleksandr Lysikov
Browse files

renamed log_get_item() -> dap_log_get_item()

parent a52190b5
No related branches found
No related tags found
1 merge request!24Support 3689
...@@ -2327,7 +2327,7 @@ int com_print_log(int argc, const char ** argv, char **str_reply) ...@@ -2327,7 +2327,7 @@ int com_print_log(int argc, const char ** argv, char **str_reply)
} }
// get logs from list // get logs from list
char *l_str_ret = log_get_item(l_ts_after, l_limit); char *l_str_ret = dap_log_get_item(l_ts_after, l_limit);
if(!l_str_ret) { if(!l_str_ret) {
dap_chain_node_cli_set_reply_text(str_reply, "no logs"); dap_chain_node_cli_set_reply_text(str_reply, "no logs");
return -1; return -1;
......
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