Browse Source

Remove debug message

dynamic-accesslists
erdgeist 16 years ago
parent
commit
0b875273d4
  1. 4
      opentracker.c

4
opentracker.c

@ -217,8 +217,8 @@ static void server_mainloop( ) { @@ -217,8 +217,8 @@ static void server_mainloop( ) {
handle_accept( sock );
else if( (intptr_t)cookie == FLAG_UDP )
handle_udp6( sock, &ws );
else if( (intptr_t)cookie == FLAG_SELFPIPE ) { printf( "woke up\n" );
io_tryread( sock, ws.inbuf, G_INBUF_SIZE ); }
else if( (intptr_t)cookie == FLAG_SELFPIPE )
io_tryread( sock, ws.inbuf, G_INBUF_SIZE );
else
handle_read( sock, &ws );
}

Loading…
Cancel
Save