Fix debugging
This commit is contained in:
parent
4109e2ada0
commit
d96e3c86ac
@ -38,7 +38,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
#define Debug(__info,...) printf("Debug: " __info,##__VA_ARGS__)
|
#define Debug(__info,...) mvprintfw("Debug: " __info,##__VA_ARGS__) refresh()
|
||||||
#else
|
#else
|
||||||
#define Debug(__info,...)
|
#define Debug(__info,...)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user