diff --git a/scwx-qt/source/scwx/qt/config/county_database.cpp b/scwx-qt/source/scwx/qt/config/county_database.cpp index 4aa05097..a0d7b51c 100644 --- a/scwx-qt/source/scwx/qt/config/county_database.cpp +++ b/scwx-qt/source/scwx/qt/config/county_database.cpp @@ -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());