diff --git a/es-app/src/main.cpp b/es-app/src/main.cpp index 830da597c..65047066f 100644 --- a/es-app/src/main.cpp +++ b/es-app/src/main.cpp @@ -715,7 +715,10 @@ int main(int argc, char* argv[]) // This makes for no delays when accessing content, but a longer startup time. ViewController::getInstance()->preload(); - LOG(LogInfo) << "Finished loading theme set \"" << ThemeData::getCurrentThemeSetName() << "\""; + if (loadSystemsStatus == loadSystemsReturnCode::LOADING_OK) { + LOG(LogInfo) << "Finished loading theme set \"" << ThemeData::getCurrentThemeSetName() + << "\""; + } if (splashScreen && splashScreenProgress) window->renderLoadingScreen("Done");