mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-28 23:19:35 -06:00
Add GIT commit hash output in log
This commit is contained in:
@@ -371,12 +371,8 @@ void OpenSpaceEngine::create(int argc, char** argv,
|
||||
// Initialize the requested logs from the configuration file
|
||||
_engine->configureLogging(consoleLog);
|
||||
|
||||
LINFOC("OpenSpace Version",
|
||||
OPENSPACE_VERSION_MAJOR << "." <<
|
||||
OPENSPACE_VERSION_MINOR << "." <<
|
||||
OPENSPACE_VERSION_PATCH <<
|
||||
" (" << OPENSPACE_VERSION_STRING << ")"
|
||||
);
|
||||
LINFOC("OpenSpace Version", std::string(OPENSPACE_VERSION_STRING_FULL));
|
||||
LINFOC("Commit", std::string(OPENSPACE_GIT_FULL));
|
||||
|
||||
ghoul::Dictionary moduleConfigurations;
|
||||
if (_engine->configurationManager().hasKeyAndValue<ghoul::Dictionary>(
|
||||
|
||||
Reference in New Issue
Block a user