X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fsighandler.c;h=ceaa4842286ec14f27567fdf56c29188853719f9;hb=05fb9096362e788f032de6eccea2d7fea03317ab;hp=4b1307c9de145ce472f964e2760ae72222c3d190;hpb=d9ca3e4274e117f6270d8f3b5b99a97073749b42;p=i3%2Fi3 diff --git a/src/sighandler.c b/src/sighandler.c index 4b1307c9..ceaa4842 100644 --- a/src/sighandler.c +++ b/src/sighandler.c @@ -327,5 +327,5 @@ void setup_signal_handler(void) { sigaction(SIGABRT, &action, NULL) == -1 || sigaction(SIGFPE, &action, NULL) == -1 || sigaction(SIGSEGV, &action, NULL) == -1) - ELOG("Could not setup signal handler"); + ELOG("Could not setup signal handler.\n"); }