Skip to content

Commit 473bba4

Browse files
committed
[ICRDMA] Do not spam ibverbs load error (#27709)
Errors of load ibverbs should not be printed in to Cerr
1 parent 05d7ccf commit 473bba4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ydb/library/actors/interconnect/rdma/link_manager.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ static class TRdmaLinkManager {
5858
try {
5959
IbvDlOpen();
6060
} catch (std::exception& ex) {
61-
Cerr << "Unalbe to load ibverbs library: " << ex.what() << Endl;
6261
return;
6362
}
6463
ScanDevices();

0 commit comments

Comments
 (0)