Module: sip-router Branch: master Commit: ea964748dc638af82d2363317ca2eade98a279ac URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ea964748...
Author: Juha Heinanen jh@tutpro.com Committer: Juha Heinanen jh@tutpro.com Date: Fri Apr 19 17:39:05 2013 +0300
modules/outbound: downgraded one INFO to DGB
---
modules/outbound/ob_mod.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/outbound/ob_mod.c b/modules/outbound/ob_mod.c index 5f2a708..69ac1e0 100644 --- a/modules/outbound/ob_mod.c +++ b/modules/outbound/ob_mod.c @@ -327,7 +327,7 @@ static int use_outbound_non_reg(struct sip_msg *msg) /* Check if Supported: outbound is included */ if (parse_supported(msg) == 0) { if (!(get_supported(msg) & F_OPTION_TAG_OUTBOUND)) { - LM_INFO("outbound is not supported and thus not used\n"); + LM_DBG("outbound is not supported and thus not used\n"); return 0; } }