diff --git a/ftpServer.c b/ftpServer.c index 1b432ab..115e72b 100644 --- a/ftpServer.c +++ b/ftpServer.c @@ -376,6 +376,7 @@ void runFtpServer(void) /* close the connection if quit flag has been set */ if (ftpData.clients[processingSock].closeTheClient == 1) { + printf("\nClosing client connection %d", ftpData.clients[processingSock].closeTheClient); closeClient(&ftpData, processingSock); continue; }