Tidied logs

This commit is contained in:
Nav
2022-09-24 18:35:58 +01:00
parent af2fcde031
commit c7af236646
3 changed files with 5 additions and 3 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()));
}