===== storage/ndb/src/common/transporter/TransporterRegistry.cpp 1.83 vs edited ===== --- 1.83/storage/ndb/src/common/transporter/TransporterRegistry.cpp 2008-05-07 07:57:20 +02:00 +++ storage/ndb/src/common/transporter/TransporterRegistry.cpp 2008-05-07 07:50:26 +02:00 @@ -894,7 +880,14 @@ * have permission problems or the socket doesn't support * epoll!! */ - perror("Failed to add fd to epoll-set...giving up!"); + ndbout_c("Failed to %s epollfd: %u fd %u node %u to epoll-set," + " errno: %u %s", + add ? "ADD" : "DEL", + m_epoll_fd, + sock_fd, + node_id, + error, + strerror(error)); abort(); } ndbout << "We lacked memory to add the socket for node id ";