diff --git a/hw/msix.c b/hw/msix.c
index 2ca0900..36ef098 100644
--- a/hw/msix.c
+++ b/hw/msix.c
@@ -51,12 +51,12 @@
 
 
 #ifdef MSIX_DEBUG
-#define DEBUG(fmt, ...)                                       \
+#define MSIX_LOG(fmt, ...)                                    \
     do {                                                      \
       fprintf(stderr, "%s: " fmt, __func__ , __VA_ARGS__);    \
     } while (0)
 #else
-#define DEBUG(fmt, ...) do { } while(0)
+#define MSIX_LOG(fmt, ...) do { } while(0)
 #endif
 
 /* Flag for interrupt controller to declare MSI-X support */
