Module: sip-router
Branch: master
Commit: 4fafe7bd6d781748722de4fb565808063c8f6c4d
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4fafe7b…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Sun May 12 14:10:24 2013 +0100
modules/rr: reduced the level of an outbound related diagnostic message
---
modules/rr/rr_mod.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/rr/rr_mod.c b/modules/rr/rr_mod.c
index 5782c26..1628f3b 100644
--- a/modules/rr/rr_mod.c
+++ b/modules/rr/rr_mod.c
@@ -153,7 +153,7 @@ struct module_exports exports = {
static int mod_init(void)
{
if (ob_load_api(&rr_obb) == 0)
- LM_INFO("Bound rr module to outbound module\n");
+ LM_DBG("Bound rr module to outbound module\n");
else
{
LM_INFO("outbound module not available\n");