mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 10:41:01 +00:00
Make "unable to fetch version" a trace message
This commit is contained in:
2
deps/commandline
vendored
2
deps/commandline
vendored
Submodule deps/commandline updated: b1da8bcb69...01434c11aa
@@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user