diff options
Diffstat (limited to 'ot_udp.c')
-rw-r--r-- | ot_udp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -218,7 +218,7 @@ void udp_init( int64 sock, unsigned int worker_count ) { | |||
218 | if( !g_rijndael_round_key[0] ) | 218 | if( !g_rijndael_round_key[0] ) |
219 | udp_generate_rijndael_round_key(); | 219 | udp_generate_rijndael_round_key(); |
220 | #ifdef _DEBUG | 220 | #ifdef _DEBUG |
221 | fprintf( stderr, " installing %d workers on udp socket %ld", worker_count, (unsigned long)sock ); | 221 | fprintf( stderr, " installing %d workers on udp socket %ld\n", worker_count, (unsigned long)sock ); |
222 | #endif | 222 | #endif |
223 | while( worker_count-- ) | 223 | while( worker_count-- ) |
224 | pthread_create( &thread_id, NULL, udp_worker, (void *)sock ); | 224 | pthread_create( &thread_id, NULL, udp_worker, (void *)sock ); |