Module: sip-router Branch: master Commit: 29f0672320f070e1e718a4af905ace2d0e4671fa URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=29f06723...
Author: Peter Dunkley peter.dunkley@crocodile-rcs.com Committer: Peter Dunkley peter.dunkley@crocodile-rcs.com Date: Tue May 1 14:20:51 2012 +0100
core: Made subst diagnostic message at startup INFO instead of ERR
---
ppcfg.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ppcfg.c b/ppcfg.c index 032e97d..7b01562 100644 --- a/ppcfg.c +++ b/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; }