mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
driver.h: DEBUGLOG: output newline at end of message
This commit is contained in:
parent
2b55702d88
commit
20a5e668c6
@ -10,9 +10,9 @@
|
|||||||
#include <wdm.h>
|
#include <wdm.h>
|
||||||
|
|
||||||
#if DBG
|
#if DBG
|
||||||
#define DEBUGLOG(...) DbgPrint(__FUNCTION__ ": " __VA_ARGS__)
|
#define DEBUGLOG(fmt, ...) DbgPrint(__FUNCTION__ ": " fmt "\n", __VA_ARGS__)
|
||||||
#else
|
#else
|
||||||
#define DEBUGLOG(...) ((void)0)
|
#define DEBUGLOG(fmt, ...) ((void)0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user