Blocked signals on the DebugServer thread and some tidying

This commit is contained in:
Nav
2022-07-28 22:45:21 +01:00
parent 7a39327c95
commit 1f4788b039
4 changed files with 4 additions and 3 deletions

View File

@@ -130,7 +130,7 @@ namespace Bloom
Logger::debug("Bloom version: " + Application::VERSION.toString());
this->blockAllSignalsOnCurrentThread();
this->blockAllSignals();
this->startSignalHandler();
Logger::info("Selected environment: \"" + this->selectedEnvironmentName + "\"");