Selaa lähdekoodia

core: adjusted debug message for #!define

Daniel-Constantin Mierla 14 vuotta sitten
vanhempi
commit
04ff37eec6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      cfg.lex

+ 1 - 1
cfg.lex

@@ -1714,7 +1714,7 @@ int pp_define(int len, const char * text)
 {
 	int ppos;
 
-	LOG(L_DBG, "++++++ attempting to define: %.*s\n", len, text);
+	LM_DBG("defining id: %.*s\n", len, text);
 
 	if (pp_num_defines == MAX_DEFINES) {
 		LOG(L_CRIT, "ERROR: too many defines -- adjust MAX_DEFINES\n");