]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
rdma_server: fix typo in print
authorSean Hefty <sean.hefty@intel.com>
Mon, 9 May 2011 22:28:53 +0000 (15:28 -0700)
committerSean Hefty <sean.hefty@intel.com>
Mon, 9 May 2011 22:28:53 +0000 (15:28 -0700)
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
examples/rdma_server.c

index 2831d0c9064f1e6bfe92383266d6181e333a3ba4..5b9e16d5f6544734d970c670703116930cb85337 100644 (file)
@@ -97,7 +97,7 @@ static int run(void)
 
        ret = rdma_accept(id, NULL);
        if (ret) {
-               printf("rdma_connect %d\n", errno);
+               printf("rdma_accept %d\n", errno);
                return ret;
        }