@@ -284,7 +284,7 @@ static int mca_bml_r2_add_procs( size_t nprocs,
284284 /* skip this btl if the exclusivity is less than the previous only if the btl does not provide full rdma (for one-sided) */
285285 if (bml_btl -> btl -> btl_exclusivity > btl -> btl_exclusivity && ((btl_flags & MCA_BTL_FLAGS_RDMA ) != MCA_BTL_FLAGS_RDMA )) {
286286 btl -> btl_del_procs (btl , 1 , (opal_proc_t * * )& proc , & btl_endpoints [p ]);
287- opal_output_verbose (20 , opal_btl_base_framework .framework_output ,
287+ opal_output_verbose (MCA_BASE_VERBOSE_INFO , ompi_bml_base_framework .framework_output ,
288288 "mca: bml: Not using %s btl to %s on node %s "
289289 "because %s btl has higher exclusivity (%d > %d)" ,
290290 btl -> btl_component -> btl_version .mca_component_name ,
@@ -295,7 +295,7 @@ static int mca_bml_r2_add_procs( size_t nprocs,
295295 continue ;
296296 }
297297 }
298- opal_output_verbose (1 , opal_btl_base_framework .framework_output ,
298+ opal_output_verbose (MCA_BASE_VERBOSE_INFO , ompi_bml_base_framework .framework_output ,
299299 "mca: bml: Using %s btl to %s on node %s" ,
300300 btl -> btl_component -> btl_version .mca_component_name ,
301301 OMPI_NAME_PRINT (& proc -> super .proc_name ),
0 commit comments