X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui.c;h=dd7ffeb40b9fbaa6cc41350c1b0eb41a2317d0c1;hp=83337f86a9dc8b814d77afca9db63bc40da49897;hb=6cb6634c3498101bb28291dec1dbac7135f732d9;hpb=2a4d61a8966e984eb9bea74a6c7a4a7cfd999e70 diff --git a/gui.c b/gui.c index 83337f86..dd7ffeb4 100644 --- a/gui.c +++ b/gui.c @@ -937,10 +937,6 @@ static int signal_post_select(struct sched *s, __a_unused void *context) die(EXIT_FAILURE, "only the good die young (caught SIGTERM)\n"); return 1; case SIGINT: - PARA_WARNING_LOG("caught SIGINT, reset\n"); - /* Nothing to do. SIGINT killed our child which gets noticed - * by do_select and resets everything. - */ return 1; case SIGUSR1: PARA_NOTICE_LOG("got SIGUSR1, rereading configuration\n");