Skip to content

Commit

Permalink
CORE: decrease log level for cts is still in use (openucx#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei-Lebedev authored Mar 7, 2024
1 parent 2ee7e4a commit 8735881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ucc_context.c
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ ucc_status_t ucc_context_destroy(ucc_context_t *context)
tl_ctx = context->tl_ctx[i];
tl_lib = ucc_derived_of(tl_ctx->super.lib, ucc_tl_lib_t);
if (tl_ctx->ref_count != 0 ) {
ucc_warn("tl ctx %s is still in use", tl_lib->iface->super.name);
ucc_info("tl ctx %s is still in use", tl_lib->iface->super.name);
}
tl_lib->iface->context.destroy(&tl_ctx->super);
}
Expand Down

0 comments on commit 8735881

Please sign in to comment.