This commit is contained in:
Nav
2022-02-08 16:46:10 +00:00
parent 4358f61272
commit 69ee785edd
8 changed files with 13 additions and 15 deletions

View File

@@ -74,7 +74,7 @@ namespace Bloom
if (this->shutdownSignalsReceived > 1) {
// User has likely run out of patience
Logger::warning("Aborting immediately");
exit(EXIT_FAILURE);
std::exit(EXIT_FAILURE);
}
Logger::info("Attempting clean shutdown");