diff --git a/es-app/src/main.cpp b/es-app/src/main.cpp index 773c2bf4a..15d0180e6 100644 --- a/es-app/src/main.cpp +++ b/es-app/src/main.cpp @@ -440,7 +440,7 @@ int main(int argc, char* argv[]) // Start the logger. Log::init(); Log::open(); - LOG(LogInfo) << "EmulationStation - v" << PROGRAM_VERSION_STRING << + LOG(LogInfo) << "EmulationStation Desktop Edition v" << PROGRAM_VERSION_STRING << ", built " << PROGRAM_BUILT_STRING; // Always close the log on exit.