loader: make sure bfs debug output ends up in log
Use dprintf instead of printf so any debug output ends up in bootloader log instead of only being displayed on-screen.
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
#define TRACE_BFS 0
|
#define TRACE_BFS 0
|
||||||
#if TRACE_BFS
|
#if TRACE_BFS
|
||||||
# define TRACE(x) printf x
|
# define TRACE(x) dprintf x
|
||||||
#else
|
#else
|
||||||
# define TRACE(x) ;
|
# define TRACE(x) ;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user