This commit is contained in:
Nav
2022-04-23 17:41:28 +01:00
parent b3694970bf
commit 2f2fbfcd0f
3 changed files with 17 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ namespace Bloom
} catch (std::exception& exception) {
this->state = InsightWorkerTaskState::FAILED;
Logger::error("InsightWorker task failed - " + std::string(exception.what()));
Logger::debug("InsightWorker task failed - " + std::string(exception.what()));
emit this->failed(QString::fromStdString(exception.what()));
}
}