Index: /trunk/src/VBox/Devices/Network/DevE1000.cpp
===================================================================
--- /trunk/src/VBox/Devices/Network/DevE1000.cpp	(revision 60473)
+++ /trunk/src/VBox/Devices/Network/DevE1000.cpp	(revision 60474)
@@ -30,4 +30,5 @@
 *   Header Files                                                                                                                 *
 *********************************************************************************************************************************/
+#define LOG_ENABLED
 #define LOG_GROUP LOG_GROUP_DEV_E1000
 #include <iprt/crc.h>
@@ -1480,5 +1481,5 @@
 };
 
-#ifdef DEBUG
+#ifdef LOG_ENABLED
 
 /**
@@ -5696,5 +5697,5 @@
     int         rc     = VINF_SUCCESS;
     int         index  = e1kRegLookup(pThis, offReg);
-#ifdef DEBUG
+#ifdef LOG_ENABLED
     char        buf[9];
 #endif
