summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 9cd2c9b..0dec3cd 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -449,7 +449,7 @@ static bool dbg_buffering_thread(void)
screens[i].putsf(0, line++, "data_rem: %ld", (long)d.data_rem);
- screens[i].putsf(0, line++, "track count: %2d", audio_track_count());
+ screens[i].putsf(0, line++, "track count: %2u", audio_track_count());
screens[i].putsf(0, line++, "handle count: %d", (int)d.num_handles);