Skip to content

Commit 893ea3f

Browse files
authored
Merge pull request #6929 from rhc54/cmr40/pmix314
Remove unnecessary error log
2 parents c6fe859 + 8efc6e1 commit 893ea3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

opal/mca/pmix/pmix3x/pmix/src/client/pmix_client_get.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ static void _getnb_cbfunc(struct pmix_peer_t *pr,
331331
}
332332

333333
if (PMIX_SUCCESS != ret) {
334-
PMIX_ERROR_LOG(ret);
335334
goto done;
336335
}
337336
if (PMIX_RANK_UNDEF == proc.rank) {

0 commit comments

Comments
 (0)