[sr-dev] git:master: core: Made subst diagnostic message at startup INFO instead of ERR

Peter Dunkley peter.dunkley at crocodile-rcs.com
Tue May 1 15:22:52 CEST 2012


Module: sip-router
Branch: master
Commit: 29f0672320f070e1e718a4af905ace2d0e4671fa
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=29f0672320f070e1e718a4af905ace2d0e4671fa

Author: Peter Dunkley <peter.dunkley at crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley at 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;
 }




More information about the sr-dev mailing list