aboutsummaryrefslogtreecommitdiffstats
path: root/P3/server.c
diff options
context:
space:
mode:
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);