summaryrefslogtreecommitdiffstats
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c
index a349cd22b6..e515c9ddd2 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -225,6 +225,7 @@ static void init_tagcache(void)
snprintf(buf, sizeof(buf), " DB [%d/%d]", ret,
tagcache_get_max_commit_step());
lcd_puts(0, 1, buf);
+ lcd_update();
#endif
clear = true;
}