[sr-dev] git:master: mtree: fixed typo in log function name

Daniel-Constantin Mierla miconda at gmail.com
Sun Jun 16 16:41:48 CEST 2013


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Sun Jun 16 16:40:59 2013 +0200

mtree: fixed typo in log function name

---

 modules/mtree/mtree.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/mtree/mtree.c b/modules/mtree/mtree.c
index 4dfada4..6587909 100644
--- a/modules/mtree/mtree.c
+++ b/modules/mtree/mtree.c
@@ -309,7 +309,7 @@ is_t* mt_get_tvalue(m_tree_t *pt, str *tomatch)
 		/* check validity */
 		if(_mt_char_table[(unsigned int)tomatch->s[l]]==255)
 		{
-			LM_BG("not matching char at %d in [%.*s]\n",
+			LM_DBG("not matching char at %d in [%.*s]\n",
 					l, tomatch->len, tomatch->s);
 			return NULL;
 		}




More information about the sr-dev mailing list