Skip to content

Commit

Permalink
Addressed PR comments
Browse files Browse the repository at this point in the history
Signed-off-by: Ilia Yastrebov <[email protected]>
  • Loading branch information
iyastreb committed Feb 5, 2024
1 parent 5a61d50 commit 2dc0602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oshmem/mca/spml/ucx/spml_ucx_component.c
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ static int mca_spml_ucx_component_fini(void)

ret = opal_common_ucx_mca_pmix_fence_nb(&fenced);
if (ret != PMIX_SUCCESS) {
SPML_UCX_WARN("pmix fence failed: %d", ret);
SPML_UCX_WARN("pmix fence failed: %s", PMIx_Error_string(ret));
/* In case of pmix fence failure just continue cleanup */
fenced = 1;
}
Expand Down

0 comments on commit 2dc0602

Please sign in to comment.