Lower log level to warn

This commit is contained in:
Justin Leniger 2023-06-13 18:19:18 -06:00
parent 54941e028f
commit 721a5839bb

View file

@ -132,7 +132,7 @@ void Initialize()
std::error_code err;
if (!std::filesystem::remove(countyDatabaseCache, err)) {
logger_->error(
logger_->warn(
"Unable to remove cached copy of database, error code: {} error category: {}",
err.value(),
err.category().name());