Skip to content

Commit

Permalink
Merge pull request #119 from alinask/topic/ucp-wireup-cm-disocnnect-w…
Browse files Browse the repository at this point in the history
…arning-int3

UCP/WIREUP: lower the log level for ucp_ep_cm_disconnect_cm_lane failure
  • Loading branch information
yosefe authored Jan 3, 2021
2 parents b6bfaa3 + 1038f8e commit 19bedd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ucp/wireup/wireup_cm.c
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ void ucp_ep_cm_disconnect_cm_lane(ucp_ep_h ucp_ep)
/* this will invoke @ref ucp_cm_disconnect_cb on remote side */
status = uct_ep_disconnect(uct_cm_ep, 0);
if (status != UCS_OK) {
ucs_warn("failed to disconnect CM lane %p of ep %p, %s", ucp_ep,
ucs_diag("failed to disconnect CM lane %p of ep %p, %s", ucp_ep,
uct_cm_ep, ucs_status_string(status));
}
}
Expand Down

0 comments on commit 19bedd4

Please sign in to comment.