Skip to content

Commit

Permalink
TL/SHARP: dont print team create error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei-Lebedev committed May 25, 2023
1 parent 17a922c commit 12f4035
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 12f4035

Please sign in to comment.