From 056d20292af145f034fca2c758086192a336886a Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 28 Apr 2022 13:14:28 +0200 Subject: [PATCH] Make "unable to fetch version" a trace message --- deps/commandline | 2 +- src/Common.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/commandline b/deps/commandline index b1da8bc..01434c1 160000 --- a/deps/commandline +++ b/deps/commandline @@ -1 +1 @@ -Subproject commit b1da8bcb696bfa9388dca46bf0f5dd9538fc70aa +Subproject commit 01434c11aaf82d37a126dc70f5aa02cc523dbbb4 diff --git a/src/Common.cpp b/src/Common.cpp index 99d0009..9263862 100644 --- a/src/Common.cpp +++ b/src/Common.cpp @@ -123,7 +123,7 @@ void Application::CheckForUpdates() { } } if (Application::GetSubsystemStatuses().at("UpdateCheck") == Application::Status::Bad) { - beammp_warn("Unable to fetch version info from backend."); + beammp_trace("Unable to fetch version info from backend."); } }