Skip to content

Commit 583446f

Browse files
authored
fix typo #2
1 parent 093ffd3 commit 583446f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/droidboot_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ void droidboot_show_dualboot_menu()
5757

5858
// Parse global config
5959
droidboot_global_config = malloc(sizeof(struct global_config));
60-
droidboot_log(DROIDBOOT_LOG_ERROR, "droidboot main: failed to get sd card\n");
60+
droidboot_log(DROIDBOOT_LOG_TRACE, "droidboot main: going to parse global configs\n");
6161
parse_global_config(droidboot_global_config);
6262
droidboot_log(DROIDBOOT_LOG_TRACE, "droidboot main: parse global config done\n");
6363

0 commit comments

Comments
 (0)