mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-04-19 13:42:55 +00:00
Logging fix
This commit is contained in:
parent
1d23c10734
commit
531305e104
@ -3,5 +3,5 @@
|
|||||||
#ifdef NDEBUG__
|
#ifdef NDEBUG__
|
||||||
#define debug_log(...)
|
#define debug_log(...)
|
||||||
#else
|
#else
|
||||||
#define debug_log(msg, ...) DbgPrintEx(DPFLTR_IHVDRIVER_ID, DPFLTR_ERROR_LEVEL, "[MOMO] " msg, __VA_ARGS__)
|
#define debug_log(...) DbgPrintEx(DPFLTR_IHVDRIVER_ID, DPFLTR_ERROR_LEVEL, "[MOMO] " __VA_ARGS__)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user