Skip to content

Commit

Permalink
TL/SHARP: dont print team create error (openucx#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei-Lebedev authored and janjust committed Jan 31, 2024
1 parent 1015602 commit 67f66f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/tl/sharp/tl_sharp_team.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ UCC_CLASS_INIT_FUNC(ucc_tl_sharp_team_t, ucc_base_context_t *tl_context,
ret = sharp_coll_comm_init(sharp_ctx,
&comm_spec, &self->sharp_comm);
if (ret < 0) {
tl_error(ctx->super.super.lib, "sharp group create failed:%s(%d)",
sharp_coll_strerror(ret), ret);
tl_debug(ctx->super.super.lib, "sharp group create failed:%s(%d)",
sharp_coll_strerror(ret), ret);
status = UCC_ERR_NO_RESOURCE;
goto cleanup;
}
Expand Down

0 comments on commit 67f66f6

Please sign in to comment.