diff --git a/src/driver/logging.hpp b/src/driver/logging.hpp index fb0e487..0c8a601 100644 --- a/src/driver/logging.hpp +++ b/src/driver/logging.hpp @@ -1,7 +1,7 @@ #pragma once #ifdef NDEBUG -#define DbgLog(...) +#define debug_log(...) #else #define debug_log(...) DbgPrintEx(DPFLTR_IHVDRIVER_ID, DPFLTR_ERROR_LEVEL, __VA_ARGS__) -#endif \ No newline at end of file +#endif