Commit 70fad2cb authored by Titouan Soulard's avatar Titouan Soulard

example: show RTR/RTS error

parent 1c956bef
...@@ -184,7 +184,7 @@ int main(int argc, char *argv[]) { ...@@ -184,7 +184,7 @@ int main(int argc, char *argv[]) {
bool_result = capulet_rdma_ib_set_peer_from_udp(&rdma_ctx, udp_ctx); bool_result = capulet_rdma_ib_set_peer_from_udp(&rdma_ctx, udp_ctx);
if(!bool_result) { if(!bool_result) {
fprintf(stderr, "Setting state to RTS failed\n"); perror("Setting state to RTR/RTS failed");
return -1; return -1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment