added server enabled message
This commit is contained in:
parent
1e77ff2878
commit
03418e7494
@ -40,6 +40,8 @@ int main(void)
|
||||
//LISTEN
|
||||
if (listen(listen_socket, MAX_CONNECTIONS) < 0) why2_die("Binding failed.");
|
||||
|
||||
printf("Server enabled.\n\n");
|
||||
|
||||
//LOOP ACCEPT
|
||||
for (;;)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user