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 <[email protected]> Committer: Peter Dunkley <[email protected]> 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)); _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
