From 213261794237c513c6bbd3a0f4ff6170372425a4 Mon Sep 17 00:00:00 2001 From: Francis Galiegue Date: Thu, 8 May 2008 13:39:34 +0200 Subject: [PATCH] acx_debug.h: back to default ACX_DEFAULT_MSG L_IRQ was added, but not removed. --- acx_debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acx_debug.h b/acx_debug.h index ba35870..22498c6 100644 --- a/acx_debug.h +++ b/acx_debug.h @@ -16,7 +16,7 @@ * set to 2 if you want extensive debug log */ #define ACX_DEBUG 2 -#define ACX_DEFAULT_MSG (L_INIT|L_IRQ|L_ASSOC) +#define ACX_DEFAULT_MSG (L_INIT|L_ASSOC) #if ACX_DEBUG extern unsigned int acx_debug; -- 2.11.4.GIT