Make "unable to fetch version" a trace message

This commit is contained in:
Lion Kortlepel 2022-04-28 13:14:28 +02:00
parent d8c33c03ee
commit 056d20292a
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B
2 changed files with 2 additions and 2 deletions

2
deps/commandline vendored

@ -1 +1 @@
Subproject commit b1da8bcb696bfa9388dca46bf0f5dd9538fc70aa
Subproject commit 01434c11aaf82d37a126dc70f5aa02cc523dbbb4

View File

@ -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.");
}
}