From 721a5839bbfb313390cd2ba692f916621e5acc76 Mon Sep 17 00:00:00 2001 From: Justin Leniger Date: Tue, 13 Jun 2023 18:19:18 -0600 Subject: [PATCH] Lower log level to warn --- scwx-qt/source/scwx/qt/config/county_database.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());