log_print 131 modules/sk/socket.c sprintf(print_buf, "Closing socket... %d\n", socket); log_print(print_buf); strcpy(print_buf, ""); log_print 223 modules/sk/socket.c sprintf(print_buf, "Going to accept connections on socket : %d\n",listening_socket); log_print(print_buf); strcpy(print_buf, ""); log_print 241 modules/sk/socket.c sprintf(print_buf, "client connected.\n"); log_print(print_buf); strcpy(print_buf, ""); log_print 264 modules/th/thread.c sprintf(print_buf, "Whois: Child thread [%d]: Socket number = %d\n", pthread_self(), sock); log_print(print_buf); strcpy(print_buf, ""); log_print 269 modules/th/thread.c sprintf(print_buf, "Whois_thread_count++=%d\n", Whois_thread_count); log_print(print_buf); strcpy(print_buf, ""); log_print 277 modules/th/thread.c sprintf(print_buf, "Whois_thread_count--=%d\n", Whois_thread_count); log_print(print_buf); strcpy(print_buf, ""); log_print 302 modules/th/thread.c sprintf(print_buf, "Config: Child thread [%d]: Socket number = %d\n", pthread_self(), sock); log_print(print_buf); strcpy(print_buf, ""); log_print 380 modules/th/thread.c sprintf(print_buf, "Running with no threads\n"); log_print(print_buf); strcpy(print_buf, "");