das: Comment out debugging code in recvFd

This commit is contained in:
Cheer Xiao 2013-09-14 20:57:42 +08:00
parent 33ec33930a
commit b91ce59234

View File

@ -171,9 +171,9 @@ int recvFd() {
.msg_flags = 0
};
fprintf(stderr, "Waiting for a fd\n");
// fprintf(stderr, "Waiting for a fd\n");
DieIf_1(recvmsg(FdTube, &msg, 0), "recvmsg");
fprintf(stderr, "Got a fd\n");
// fprintf(stderr, "Got a fd\n");
int fd;
if (cmsg->cmsg_len != FD_CMSG_LEN) {