Skip to content

Commit d883f8b

Browse files
author
Sergey Oblomov
committed
UCX/COMMON: fixed coverity issue
- fixed incorrect log parameter reported in coverity Signed-off-by: Sergey Oblomov <sergeyo@nvidia.com> (cherry picked from commit 1c0dc73)
1 parent 62f2e6f commit d883f8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

opal/mca/common/ucx/common_ucx.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,7 @@ OPAL_DECLSPEC opal_common_ucx_support_level_t opal_common_ucx_support_level(ucp_
259259

260260
/* Check for special value "any" */
261261
if (is_any_tl && is_any_device) {
262-
MCA_COMMON_UCX_VERBOSE(1, "ucx is enabled on any transport or device",
263-
*opal_common_ucx.tls);
262+
MCA_COMMON_UCX_VERBOSE(1, "ucx is enabled on any transport or device");
264263
support_level = OPAL_COMMON_UCX_SUPPORT_DEVICE;
265264
goto out;
266265
}

0 commit comments

Comments
 (0)