Module: sip-router Branch: 4.2 Commit: c46df63add89b5840759fef0137b110fe7c971f2 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c46df63a...
Author: Juha Heinanen jh@tutpro.com Committer: Juha Heinanen jh@tutpro.com Date: Sun Oct 26 19:11:28 2014 +0200
modules/tmx: downgraded info message to debug message - INFO: tmx [t_var.c:738]: pv_get_t_branch(): branch flags is [32768] (cherry picked from commit b3635962175dae2ba4d2df3e056248d08f0f6ad1)
---
modules/tmx/t_var.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/tmx/t_var.c b/modules/tmx/t_var.c index c95a55b..09fd673 100644 --- a/modules/tmx/t_var.c +++ b/modules/tmx/t_var.c @@ -735,7 +735,7 @@ int pv_get_t_branch(struct sip_msg *msg, pv_param_t *param, } res->ri = t->uac[branch].branch_flags; res->flags = PV_VAL_INT; - LM_INFO("branch flags is [%u]\n", res->ri); + LM_DBG("branch flags is [%u]\n", res->ri); break; default: LM_ERR("unsupported route_type %d\n", get_route_type());