Module: kamailio
Branch: master
Commit: 80b3d5d036da493316a93594c770df1ef8218e5e
URL:
https://github.com/kamailio/kamailio/commit/80b3d5d036da493316a93594c770df1…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-12-22T20:33:27+01:00
core: info message made dbg when adding a subst expression
---
Modified: src/core/ppcfg.c
---
Diff:
https://github.com/kamailio/kamailio/commit/80b3d5d036da493316a93594c770df1…
Patch:
https://github.com/kamailio/kamailio/commit/80b3d5d036da493316a93594c770df1…
---
diff --git a/src/core/ppcfg.c b/src/core/ppcfg.c
index 115707aa00..c6b7d2e14d 100644
--- a/src/core/ppcfg.c
+++ b/src/core/ppcfg.c
@@ -80,7 +80,7 @@ int pp_subst_add(char *data)
}
pp_subst_rules_tail = pr;
- LM_INFO("### added subst expression: %s\n", data);
+ LM_DBG("### added subst expression: [%s]\n", data);
return 0;
}