浏览代码

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

Peter Dunkley 12 年之前
父节点
当前提交
4fafe7bd6d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/rr/rr_mod.c

+ 1 - 1
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");