From b41d6ee9f45271bcf154cb2560fc1c20ad8f1ea4 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Sat, 11 Jun 2022 15:11:18 +0200 Subject: [PATCH] Update log message --- lib/lv_fs_if/lv_fs_pc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lv_fs_if/lv_fs_pc.c b/lib/lv_fs_if/lv_fs_pc.c index 48bbafa8..a58de8c5 100644 --- a/lib/lv_fs_if/lv_fs_pc.c +++ b/lib/lv_fs_if/lv_fs_pc.c @@ -110,7 +110,7 @@ void lv_fs_if_pc_init(void) // char cur_path[512] = ""; // getcwd(cur_path, sizeof(cur_path)); - LV_LOG_USER("LV_FS_PC is initialized with."); + LV_LOG_USER("LV_FS_PC ready"); // LV_LOG_USER("The following path is considered as root directory:\n%s", cur_path); }