diff --git a/socket.c b/socket.c index 2591a9f..3c135f4 100644 --- a/socket.c +++ b/socket.c @@ -29,6 +29,8 @@ perror("socket"); exit(1); } + + writeLog(0,"Connecting to: %s port %i\n",host,port); hp = gethostbyname(host);