diff --git a/dwmblocks.c b/dwmblocks.c index c8f77b72..7fb0e432 100644 --- a/dwmblocks.c +++ b/dwmblocks.c @@ -175,6 +175,7 @@ void statusloop() /* this signal handler should do nothing */ void dummysighandler(int signum) { + fprintf(stderr, "dwmblocks: receiving unknown signal: %d\n", signum); return; } #endif