log_print 135 modules/sk/socket.c sprintf(print_buf, "Closing socket... %d\n", socket); log_print(print_buf); strcpy(print_buf, ""); log_print 226 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 244 modules/sk/socket.c sprintf(print_buf, "client connected.\n"); log_print(print_buf); strcpy(print_buf, ""); log_print 273 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 278 modules/th/thread.c sprintf(print_buf, "Whois_thread_count++=%d\n", Whois_thread_count); log_print(print_buf); strcpy(print_buf, ""); log_print 286 modules/th/thread.c sprintf(print_buf, "Whois_thread_count--=%d\n", Whois_thread_count); log_print(print_buf); strcpy(print_buf, ""); log_print 311 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 356 modules/th/thread.c log_print(print_buf); strcpy(print_buf, ""); log_print 364 modules/th/thread.c log_print(print_buf); strcpy(print_buf, ""); log_print 372 modules/th/thread.c log_print(print_buf); strcpy(print_buf, ""); log_print 449 modules/th/thread.c sprintf(print_buf, "Running with no threads\n"); log_print(print_buf); strcpy(print_buf, "");