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:
parent
47db8ac7d6
commit
f4c28fe71f
@ -20,7 +20,7 @@
|
||||
|
||||
#define TRACE_BFS 0
|
||||
#if TRACE_BFS
|
||||
# define TRACE(x) printf x
|
||||
# define TRACE(x) dprintf x
|
||||
#else
|
||||
# define TRACE(x) ;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user