Fix typo in fap loader logging (#1875)
This commit is contained in:
parent
d5b239595f
commit
9ff29d12b2
@ -101,7 +101,7 @@ static bool fap_loader_run_selected_app(FapLoader* loader) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
FURI_LOG_I(TAG, "Loaded in %ums", (size_t)(furi_get_tick() - start));
|
FURI_LOG_I(TAG, "Loaded in %ums", (size_t)(furi_get_tick() - start));
|
||||||
FURI_LOG_I(TAG, "FAP Loader is staring app");
|
FURI_LOG_I(TAG, "FAP Loader is starting app");
|
||||||
|
|
||||||
FuriThread* thread = flipper_application_spawn(loader->app, NULL);
|
FuriThread* thread = flipper_application_spawn(loader->app, NULL);
|
||||||
furi_thread_start(thread);
|
furi_thread_start(thread);
|
||||||
|
Loading…
Reference in New Issue
Block a user