Code cleanup

This commit is contained in:
Pierre Pronchery 2012-11-24 11:31:18 +01:00
parent b4ad0f24af
commit abca70b7c2

View File

@ -475,7 +475,7 @@ static int _tcp_socket_queue(TCPSocket * tcpsocket, Buffer * buffer)
tcpsocket);
tcpsocket->bufout_cnt += len + sizeof(len);
#ifdef DEBUG
fprintf(stderr, "DEBUG: %s(%d) => 0\n", __func__, tcpsocket->fd);
fprintf(stderr, "DEBUG: %s(%d) => %d\n", __func__, tcpsocket->fd, 0);
#endif
return 0;
}