[sr-dev] git:master: * modules_k/textops

Juha Heinanen jh at tutpro.com
Mon Jun 1 19:46:42 CEST 2009


Module: sip-router
Branch: master
Commit: dc40d6122850463aee6c777fa1b3e190a9dbdc14
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dc40d6122850463aee6c777fa1b3e190a9dbdc14

Author: Juha Heinanen <jh at tutpro.com>
Committer: Juha Heinanen <jh at tutpro.com>
Date:   Mon Jun  1 20:45:18 2009 +0300

* modules_k/textops

* Changed "using hdr type" messages from INFO level to DBG level.

---

 modules_k/textops/textops.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules_k/textops/textops.c b/modules_k/textops/textops.c
index ae40e1a..38d1287 100644
--- a/modules_k/textops/textops.c
+++ b/modules_k/textops/textops.c
@@ -1523,7 +1523,7 @@ static int hname_fixup(void** param, int param_no)
 
 	if (hdr.type!=HDR_OTHER_T && hdr.type!=HDR_ERROR_T)
 	{
-		LM_INFO("using hdr type (%d) instead of <%.*s>\n",
+		LM_DBG("using hdr type (%d) instead of <%.*s>\n",
 				hdr.type, gp->v.str.len, gp->v.str.s);
 		pkg_free(gp->v.str.s);
 		gp->v.str.s = NULL;
@@ -1531,7 +1531,7 @@ static int hname_fixup(void** param, int param_no)
 		gp->type = GPARAM_TYPE_INT;
 	} else {
 		gp->type = GPARAM_TYPE_STR;
-		LM_INFO("using hdr type name <%.*s>\n", gp->v.str.len, gp->v.str.s);
+		LM_DBG("using hdr type name <%.*s>\n", gp->v.str.len, gp->v.str.s);
 	}
 	
 	*param = (void*)gp;




More information about the sr-dev mailing list