diff --git a/src/main.cpp b/src/main.cpp index 009c0c9..bf2c215 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -551,5 +551,6 @@ void runClient(struct ftpconn* cfd) { } void shutdown(int signum) { + std::cout << "\n"; runServer = false; } \ No newline at end of file