Skip to content

Commit 79c4a78

Browse files
OMGtechyjsquyres
authored andcommitted
Swapped use of fprintf for opal_output_verbose
Signed-off-by: Joshua Gerrard <[email protected]> Signed-off-by: Jeff Squyres <[email protected]> (cherry picked from commit d5a45bc)
1 parent b403558 commit 79c4a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/communicator/comm_cid.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ static int ompi_comm_allreduce_pmix_reduce_complete (ompi_comm_request_t *reques
848848

849849
if (OPAL_SUCCESS != (rc = opal_dss.pack(&sbuf, context->tmpbuf, (int32_t)context->count, OPAL_INT))) {
850850
OBJ_DESTRUCT(&sbuf);
851-
fprintf (stderr, "pack failed. rc %d\n", rc);
851+
opal_output_verbose (verbosity_level, output_id, "pack failed. rc %d\n", rc);
852852
return rc;
853853
}
854854

0 commit comments

Comments
 (0)