Sfoglia il codice sorgente

mtree: fixed typo in log function name

Daniel-Constantin Mierla 12 anni fa
parent
commit
330aeda83d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      modules/mtree/mtree.c

+ 1 - 1
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;
 		}