--- libirqhelp/irqhelp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libirqhelp/irqhelp.c b/libirqhelp/irqhelp.c
index 814fd71c..903339a3 100644
--- a/libirqhelp/irqhelp.c
+++ b/libirqhelp/irqhelp.c
@@ -36,7 +36,7 @@
#include <stdbool.h>
#define IRQ_THREAD_PRIORITY 2
-#define log_error(fmt...) fprintf(stderr, ## fmt)
+#define log_error(fmt...) fprintf(stderr, "irqhelp: " fmt)
struct irq {
void (*handler)(void *);
--
2.45.2
