Module: sip-router
Branch: master
Commit: 330aeda83dc7ed927cf994e4b21ff44ab2d2c215
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=330aeda…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)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;
}