diff --git a/src/packet/packet.h b/src/packet/packet.h index 58b5705..584c28a 100644 --- a/src/packet/packet.h +++ b/src/packet/packet.h @@ -13,7 +13,7 @@ extern "C" #define PACKET_MAX_LAYERS 16 #define PACKET_LOG_ERROR(format, ...) LOG_ERROR("packet", format, ##__VA_ARGS__) -#define PACKET_LOG_DEBUG(format, ...) (void) +#define PACKET_LOG_DEBUG(format, ...) void(0) //#define PACKET_LOG_DEBUG(format, ...) LOG_DEBUG("packet", format, ##__VA_ARGS__) enum layer_type