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 22db43d272..c5240d0de8 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1830,7 +1830,7 @@ static bool dbg_dircache_info(void)
1830 lcd_puts(0, line++, buf); 1830 lcd_puts(0, line++, buf);
1831 1831
1832 snprintf(buf, sizeof(buf), "Last size: %d B", 1832 snprintf(buf, sizeof(buf), "Last size: %d B",
1833 global_settings.dircache_size); 1833 global_status.dircache_size);
1834 lcd_puts(0, line++, buf); 1834 lcd_puts(0, line++, buf);
1835 1835
1836 snprintf(buf, sizeof(buf), "Limit: %d B", DIRCACHE_LIMIT); 1836 snprintf(buf, sizeof(buf), "Limit: %d B", DIRCACHE_LIMIT);