Browse Source

core: adjusted debug message for #!define

Daniel-Constantin Mierla 14 năm trước cách đây
mục cha
commit
04ff37eec6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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");