Skip to content

Commit 3b04f06

Browse files
authored
Merge pull request #12491 from hppritcha/fix_rprocs_error_msg
ompi_comm_get_rproc: fix error messsage
2 parents 082165c + 8119868 commit 3b04f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/communicator/comm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2383,7 +2383,7 @@ int ompi_comm_get_rprocs (ompi_communicator_t *local_comm, ompi_communicator_t *
23832383
since it is used in the communicator */
23842384
if ( OMPI_SUCCESS != rc ) {
23852385
OMPI_ERROR_LOG(rc);
2386-
opal_output(0, "%d: Error in ompi_get_rprocs\n", local_rank);
2386+
opal_output(0, "%d: Error in ompi_comm_get_rprocs\n", local_rank);
23872387
if ( NULL != rprocs ) {
23882388
free ( rprocs );
23892389
rprocs=NULL;

0 commit comments

Comments
 (0)