Skip to content

Commit

Permalink
tm: replace ERROR to DBG when bavp list is not found
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Dec 6, 2016
1 parent 900f6c9 commit 92fde1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tm/tm.c
Expand Up @@ -1824,7 +1824,7 @@ int pv_set_tm_branch_avp(struct sip_msg *msg, pv_param_t *param, int op,

avp_list = get_bavp_list();
if (!avp_list) {
LM_ERR("cannot find the branch avp list!\n");
LM_DBG("cannot find the branch avp list!\n");
goto error;
}

Expand Down

0 comments on commit 92fde1b

Please sign in to comment.