]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
Refresh of dbg-out
authorSean Hefty <sean.hefty@intel.com>
Wed, 8 Aug 2012 04:53:17 +0000 (21:53 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 8 Aug 2012 04:53:17 +0000 (21:53 -0700)
src/preload.c

index be2487f707ff3cec039c7ae73a8794afb057be1a..83cf471e595db0d188acb685e0c25325c8e7c1ed 100644 (file)
@@ -456,7 +456,7 @@ int accept(int socket, struct sockaddr *addr, socklen_t *addrlen)
                        return ret;
                }
 
-               fprintf(fout, "%d accept fd %d new fd\n", syscall(SYS_gettid), socket, index);
+               fprintf(fout, "%d accept fd %d new fd %d\n", syscall(SYS_gettid), socket, index);
                fflush(fout);
                fd_store(index, ret, type);
                return index;