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
2 changed files with 2 additions and 2 deletions

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