diff options
author | Matt Strapp <strap012@umn.edu> | 2020-11-15 13:32:00 -0600 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2020-11-15 13:32:00 -0600 |
commit | f77072c9787ae903430bfc62498153c8eff50162 (patch) | |
tree | 9ea16de2883c61ff970eabfc32f9e9b268a588c2 | |
parent | do things (diff) | |
download | csci4061-f77072c9787ae903430bfc62498153c8eff50162.tar csci4061-f77072c9787ae903430bfc62498153c8eff50162.tar.gz csci4061-f77072c9787ae903430bfc62498153c8eff50162.tar.bz2 csci4061-f77072c9787ae903430bfc62498153c8eff50162.tar.lz csci4061-f77072c9787ae903430bfc62498153c8eff50162.tar.xz csci4061-f77072c9787ae903430bfc62498153c8eff50162.tar.zst csci4061-f77072c9787ae903430bfc62498153c8eff50162.zip |
help
-rw-r--r-- | P3/server.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/P3/server.c b/P3/server.c index 9aa0a5b..a037f2a 100644 --- a/P3/server.c +++ b/P3/server.c @@ -194,6 +194,7 @@ int main(int argc, char **argv) { // Terminate server gracefully if (exitFlag){ + printf("SIGINT caught, exiting now (please wait for the threads to die)\n"); // Print the number of pending requests in the request queue // close log file fclose(logfile); |