浏览代码

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

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

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