From 0b875273d4f17f36b478ab0a524531a97b88e08b Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Fri, 16 Jan 2009 02:28:54 +0000 Subject: Remove debug message --- opentracker.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'opentracker.c') diff --git a/opentracker.c b/opentracker.c index 8811a6e..fd1698a 100644 --- a/opentracker.c +++ b/opentracker.c @@ -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 ); } -- cgit v1.2.3