diff --git a/opal/mca/common/ucx/common_ucx.h b/opal/mca/common/ucx/common_ucx.h index 4fa4b3b670..0cf46e5c28 100644 --- a/opal/mca/common/ucx/common_ucx.h +++ b/opal/mca/common/ucx/common_ucx.h @@ -70,7 +70,7 @@ BEGIN_C_DECLS return OPAL_SUCCESS; \ } else { \ MCA_COMMON_UCX_VERBOSE(1, "%s failed: %d, %s", \ - (_msg) ? (_msg) : __FUNCTION__, \ + (_msg) ? (_msg) : __func__, \ UCS_PTR_STATUS(_request), \ ucs_status_string(UCS_PTR_STATUS(_request))); \ return OPAL_ERROR; \