Skip to content

Commit

Permalink
UCT/CUDA_IPC: undo log level swap
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay-Venkatesh committed Feb 18, 2021
1 parent dcff759 commit da7c142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uct/cuda/cuda_ipc/cuda_ipc_cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ UCS_PROFILE_FUNC(ucs_status_t, uct_cuda_ipc_map_memhandle, (key, mapped_addr),
}
}
} else {
ucs_error("%s: failed to open ipc mem handle. addr:%p len:%lu",
ucs_debug("%s: failed to open ipc mem handle. addr:%p len:%lu",
cache->name, (void *)key->d_bptr, key->b_len);
goto err;
}
Expand Down

0 comments on commit da7c142

Please sign in to comment.