add newline when SIGINT for console output
This commit is contained in:
@@ -551,5 +551,6 @@ void runClient(struct ftpconn* cfd) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void shutdown(int signum) {
|
void shutdown(int signum) {
|
||||||
|
std::cout << "\n";
|
||||||
runServer = false;
|
runServer = false;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user