Skip to content

Commit

Permalink
proto_hep: Fix log message severity (just a debug log)
Browse files Browse the repository at this point in the history
(cherry picked from commit 612e7a1)
  • Loading branch information
liviuchircu committed Jul 26, 2022
1 parent 86c5f3a commit 6aea5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/proto_hep/hep.c
Expand Up @@ -647,7 +647,7 @@ static hid_list_p get_hep_id_by_name(str* name, int lock, int ref)
lock_release(hid_dyn_lock);
}

LM_INFO("hep id <%.*s> not found!\n", name->len, name->s);
LM_DBG("hep id <%.*s> not found\n", name->len, name->s);
return NULL;
}

Expand Down

0 comments on commit 6aea5c5

Please sign in to comment.