Skip to content

Commit 2700b68

Browse files
committed
wii: use kprintf for logging
This allows for capturing the logging using a devoptab on stderr.
1 parent 2e8f42b commit 2700b68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bt-embedded/platform_defs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ extern "C" {
88
#ifdef __wii__
99
# include <ogc/system.h>
1010
# define BTE_BUFFER_ALIGNMENT_SIZE 32
11-
# define BTE_LOG(fmt, ...) SYS_Report(fmt, __VA_ARGS__)
11+
# define BTE_LOG(fmt, ...) kprintf(fmt, __VA_ARGS__)
1212
#endif
1313

1414
#ifdef BTE_BUFFER_ALIGNMENT_SIZE

0 commit comments

Comments
 (0)