Przeglądaj źródła

core: adjusted debug message for #!define

Daniel-Constantin Mierla 14 lat temu
rodzic
commit
04ff37eec6
1 zmienionych plików z 1 dodań i 1 usunięć
  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");