Browse Source

core: Made subst diagnostic message at startup INFO instead of ERR

Peter Dunkley 13 năm trước cách đây
mục cha
commit
29f0672320
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      ppcfg.c

+ 1 - 1
ppcfg.c

@@ -76,7 +76,7 @@ int pp_subst_add(char *data)
 	}
 	pp_subst_rules_tail = pr;
 
-	LM_ERR("### added subst expression: %s\n", data);
+	LM_INFO("### added subst expression: %s\n", data);
 
 	return 0;
 }