Fix typo, missing quote
This commit is contained in:
parent
0442ce2e2e
commit
b01546f91c
1 changed files with 1 additions and 1 deletions
|
@ -879,7 +879,7 @@ Error Main::setup2() {
|
||||||
print_line("Boot splash path: "+boot_logo_path);
|
print_line("Boot splash path: "+boot_logo_path);
|
||||||
Error err = boot_logo.load(boot_logo_path);
|
Error err = boot_logo.load(boot_logo_path);
|
||||||
if (err!=OK) {
|
if (err!=OK) {
|
||||||
print_line("Error loading boot logo splash!);
|
print_line("Error loading boot logo splash!");
|
||||||
} else {
|
} else {
|
||||||
print_line("Boot splash OK!");
|
print_line("Boot splash OK!");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue