diff --git a/veejay-current/libvjnet/vj-server.c b/veejay-current/libvjnet/vj-server.c index b22f4266..0722281f 100644 --- a/veejay-current/libvjnet/vj-server.c +++ b/veejay-current/libvjnet/vj-server.c @@ -492,6 +492,10 @@ int vj_server_new_connection(vj_server *vje) return 0; } + char *host = inet_ntoa( vje->remote.sin_addr ); + veejay_msg(VEEJAY_MSG_DEBUG, "Connection with %s", host); + + if( vje->nr_of_connections < fd ) vje->nr_of_connections = fd; //fcntl( fd, F_SETFL, O_NONBLOCK );