Skip to content

Commit 4c98e6b

Browse files
authored
Merge pull request #4258 from yosefe/topic/spml-ucx-fix-quiet-typo
spml_ucx: fix typo in shmem_quiet() error message.
2 parents 5ab2d84 + 3081576 commit 4c98e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oshmem/mca/spml/ucx/spml_ucx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ int mca_spml_ucx_quiet(void)
613613

614614
err = ucp_worker_flush(mca_spml_ucx.ucp_worker);
615615
if (UCS_OK != err) {
616-
SPML_ERROR("fence failed: %s", ucs_status_string(err));
616+
SPML_ERROR("quiet failed: %s", ucs_status_string(err));
617617
oshmem_shmem_abort(-1);
618618
return OSHMEM_ERROR;
619619
}

0 commit comments

Comments
 (0)