Skip to content

Commit ef1abbe

Browse files
committed
Fix
1 parent 1da3d5c commit ef1abbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/network/connection/rdma/rdma_connection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ void RdmaConnection::process_data_packet(const Packet& packet) {
147147
LOG_INFO(
148148
fmt::format("RDMA receiver got data packet {} with number greater "
149149
"than expected {}; put it to reorder buffer;",
150-
m_id, packet));
150+
m_id, packet.to_string()));
151151
m_reorder_buffer[diff].emplace(packet);
152152
}
153153
}

0 commit comments

Comments
 (0)