Skip to content

Commit

Permalink
MCA/COMMON: reverted log change
Browse files Browse the repository at this point in the history
Signed-off-by: Roie Danino <[email protected]>
  • Loading branch information
roiedanino committed Aug 29, 2023
1 parent 2e96583 commit ce61ab5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions opal/mca/common/ucx/common_ucx.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ BEGIN_C_DECLS
if (OPAL_LIKELY(UCS_OK == status)) { \
return OPAL_SUCCESS; \
} else { \
MCA_COMMON_UCX_VERBOSE(1, "%s failed2: %d, %s", (_msg) ? (_msg) : __func__,\
status, ucs_status_string(status)); \
MCA_COMMON_UCX_VERBOSE(1, "%s failed: %d, %s", (_msg) ? (_msg) : __func__, \
UCS_PTR_STATUS(_request), \
ucs_status_string(UCS_PTR_STATUS(_request))); \
return OPAL_ERROR; \
} \
} \
Expand Down

0 comments on commit ce61ab5

Please sign in to comment.