Print version number on startup, when debug logging is enabled

This commit is contained in:
Nav
2022-01-22 16:51:21 +00:00
parent 752aaeffcf
commit a58b0eb80b

View File

@@ -96,6 +96,8 @@ void Application::startup() {
this->loadProjectConfiguration();
Logger::configure(this->projectConfig.value());
Logger::debug("Bloom version: " + Application::VERSION.toString());
this->blockAllSignalsOnCurrentThread();
this->startSignalHandler();