diff --git a/ompi/mca/coll/tuned/coll_tuned_bcast.c b/ompi/mca/coll/tuned/coll_tuned_bcast.c index 135a346658..5c048a1ea5 100644 --- a/ompi/mca/coll/tuned/coll_tuned_bcast.c +++ b/ompi/mca/coll/tuned/coll_tuned_bcast.c @@ -720,7 +720,7 @@ ompi_coll_tuned_bcast_intra_basic_linear (void *buff, int count, size = ompi_comm_size(comm); rank = ompi_comm_rank(comm); - OPAL_OUTPUT((ompi_coll_tuned_stream,"ompi_coll_tuned_bcast_intra_chain rank %d root %d", rank, root)); + OPAL_OUTPUT((ompi_coll_tuned_stream,"ompi_coll_tuned_bcast_intra_basic_linear rank %d root %d", rank, root)); /* Non-root receive the data. */