Added 'Desktop Edition' to the log output version info.

This commit is contained in:
Leon Styhre 2020-09-13 20:07:02 +02:00
parent d787f06c63
commit 87bee7fae9

View file

@ -440,7 +440,7 @@ int main(int argc, char* argv[])
// Start the logger. // Start the logger.
Log::init(); Log::init();
Log::open(); Log::open();
LOG(LogInfo) << "EmulationStation - v" << PROGRAM_VERSION_STRING << LOG(LogInfo) << "EmulationStation Desktop Edition v" << PROGRAM_VERSION_STRING <<
", built " << PROGRAM_BUILT_STRING; ", built " << PROGRAM_BUILT_STRING;
// Always close the log on exit. // Always close the log on exit.