[sr-dev] git:master:80b3d5d0: core: info message made dbg when adding a subst expression
Daniel-Constantin Mierla
miconda at gmail.com
Wed Dec 23 14:02:40 CET 2020
Module: kamailio
Branch: master
Commit: 80b3d5d036da493316a93594c770df1ef8218e5e
URL: https://github.com/kamailio/kamailio/commit/80b3d5d036da493316a93594c770df1ef8218e5e
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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/80b3d5d036da493316a93594c770df1ef8218e5e.diff
Patch: https://github.com/kamailio/kamailio/commit/80b3d5d036da493316a93594c770df1ef8218e5e.patch
---
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;
}
More information about the sr-dev
mailing list