continued cmd_neonserv_set.c
[NeonServV5.git] / ClientSocket.c
index 78467a1c94b5d1d725d216ed4f57e261d6a4706e..59f272a2fbd11a3fbe92db7825c24cc86f6ba0ec 100644 (file)
@@ -33,6 +33,7 @@ struct ClientSocket* create_socket(char *host, int port, char *pass, struct User
     }
     client->host = strdup(host);
     client->port = port;
+    printf("Connect: %s:%d", client->host, client->port);
     client->pass = (pass == NULL ? NULL : strdup(pass));
     client->user = user;
     client->flags = 0;