diff --git a/cpu/native/irq_cpu.c b/cpu/native/irq_cpu.c index 733fbed6c8..ac9ab3a43b 100644 --- a/cpu/native/irq_cpu.c +++ b/cpu/native/irq_cpu.c @@ -272,8 +272,7 @@ void native_irq_handler(void) DEBUG("ignoring SIGUSR1\n"); } else { - DEBUG("XXX: no handler for signal %i\n", sig); - errx(1, "XXX: this should not have happened!\n"); + errx(EXIT_FAILURE, "XXX: no handler for signal %i\nXXX: this should not have happened!\n", sig); } }