소스 검색

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