[sr-dev] git:master: modules/tmx: downgraded info message to debug message
Juha Heinanen
jh at tutpro.com
Sun Oct 26 18:13:38 CET 2014
Module: sip-router
Branch: master
Commit: b3635962175dae2ba4d2df3e056248d08f0f6ad1
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b3635962175dae2ba4d2df3e056248d08f0f6ad1
Author: Juha Heinanen <jh at tutpro.com>
Committer: Juha Heinanen <jh at 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]
---
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());
More information about the sr-dev
mailing list