aboutsummaryrefslogtreecommitdiffstats
path: root/P3/server.c
diff options
context:
space:
mode:
authorMatt Strapp <strap012@umn.edu>2020-11-15 13:32:00 -0600
committerMatt Strapp <strap012@umn.edu>2020-11-15 13:32:00 -0600
commitf77072c9787ae903430bfc62498153c8eff50162 (patch)
tree9ea16de2883c61ff970eabfc32f9e9b268a588c2 /P3/server.c
parentdo things (diff)
downloadcsci4061-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
Diffstat (limited to 'P3/server.c')
-rw-r--r--P3/server.c1
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);