[sr-dev] git:master: modules/path: reduced the level of an outbound related diagnostic message

Peter Dunkley peter.dunkley at crocodile-rcs.com
Sun May 12 15:18:50 CEST 2013


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

Author: Peter Dunkley <peter.dunkley at crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley at crocodile-rcs.com>
Date:   Sun May 12 14:09:58 2013 +0100

modules/path: reduced the level of an outbound related diagnostic message

---

 modules/path/path_mod.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/path/path_mod.c b/modules/path/path_mod.c
index 0da11ae..25eda71 100644
--- a/modules/path/path_mod.c
+++ b/modules/path/path_mod.c
@@ -142,7 +142,7 @@ static int mod_init(void)
 	}
 
 	if (ob_load_api(&path_obb) == 0)
-		LM_INFO("Bound path module to outbound module\n");
+		LM_DBG("Bound path module to outbound module\n");
 	else {
 		LM_INFO("outbound module not available\n");
 		memset(&path_obb, 0, sizeof(ob_api_t));




More information about the sr-dev mailing list