Skip to content

Commit

Permalink
Changed log message from info to debug
Browse files Browse the repository at this point in the history
(cherry picked from commit b35cf35)
  • Loading branch information
danpascu committed Apr 22, 2019
1 parent 9b7327e commit c376777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tracer/tracer.c
Expand Up @@ -597,7 +597,7 @@ static int parse_siptrace_id(str *suri)
if (get_siptrace_id(&name, hash, uri_type))
return 0;

LM_INFO("allocating %d [%.*s]\n", hash, name.len, name.s);
LM_DBG("allocating %d [%.*s]\n", hash, name.len, name.s);
elem = pkg_malloc(sizeof(tlist_elem_t));
if (!elem) {
LM_ERR("could not allocate elem for %.*s!\n", name.len, name.s);
Expand Down

0 comments on commit c376777

Please sign in to comment.