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