diff options
-rw-r--r-- | libirqhelp/irqhelp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 *); |