This commit is contained in:
Nav
2022-09-14 19:46:16 +01:00
parent d8f842b299
commit eb7ce58b75
3 changed files with 3 additions and 3 deletions

View File

@@ -198,7 +198,7 @@ namespace Bloom
});
}
Logger::debug("Starting InsightWorker" + std::to_string(insightWorker->id) + " thread");
Logger::debug("Starting InsightWorker" + std::to_string(insightWorker->id));
workerThread->start();
}